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.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(SecurityAuthentication authentication, URLConnection connection) Applies to a connection the authentication information.
-
Constructor Details
-
SecurityDefaultNoopAccessInterceptor
public SecurityDefaultNoopAccessInterceptor()
-
-
Method Details
-
apply
Description copied from interface:SecurityAccessInterceptorApplies to a connection the authentication information.- Specified by:
applyin interfaceSecurityAccessInterceptor- Parameters:
authentication- the determined authentication data to authorize for the endpoint accessconnection- the connection to the endpoint
-