Class SecurityDefaultNoopAccessInterceptor
- java.lang.Object
-
- net.sourceforge.plantuml.security.authentication.SecurityDefaultNoopAccessInterceptor
-
- All Implemented Interfaces:
SecurityAccessInterceptor
public class SecurityDefaultNoopAccessInterceptor extends Object implements SecurityAccessInterceptor
This interceptor does nothing.- Author:
- Aljoscha Rittner
-
-
Constructor Summary
Constructors Constructor Description SecurityDefaultNoopAccessInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(SecurityAuthentication authentication, URLConnection connection)
Applies to a connection the authentication information.
-
-
-
Method Detail
-
apply
public void apply(SecurityAuthentication authentication, URLConnection connection)
Description copied from interface:SecurityAccessInterceptor
Applies to a connection the authentication information.- Specified by:
apply
in interfaceSecurityAccessInterceptor
- Parameters:
authentication
- the determined authentication data to authorize for the endpoint accessconnection
- the connection to the endpoint
-
-