Class OAuth2AccessInterceptor
java.lang.Object
net.sourceforge.plantuml.security.authentication.oauth.OAuth2AccessInterceptor
- All Implemented Interfaces:
SecurityAccessInterceptor
Applies from
SecurityAuthentication
data an OAuth2 Authorization
access header.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(SecurityAuthentication authentication, URLConnection connection) Applies to a connection the authentication information.
-
Constructor Details
-
OAuth2AccessInterceptor
public OAuth2AccessInterceptor()
-
-
Method Details
-
apply
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
-