Uses of Class
net.sourceforge.plantuml.security.authentication.SecurityAuthentication
Packages that use SecurityAuthentication
Package
Description
-
Uses of SecurityAuthentication in net.sourceforge.plantuml.security
Methods in net.sourceforge.plantuml.security with parameters of type SecurityAuthenticationModifier and TypeMethodDescriptionstatic SecurityAccessInterceptor
SecurityUtils.getAccessInterceptor
(SecurityAuthentication authentication) Returns the authentication interceptor for aSecurityAuthentication
.byte[]
SURL.getBytesOnPost
(Proxy proxy, SecurityAuthentication authentication, String data, Map<String, Object> headers) Post to an endpoint with a given authentication and proxy the response as blob. -
Uses of SecurityAuthentication in net.sourceforge.plantuml.security.authentication
Methods in net.sourceforge.plantuml.security.authentication that return SecurityAuthenticationModifier and TypeMethodDescriptionSecurityAuthorizeManager.create
(SecurityCredentials credentials) Creates from the credentials the authentication object to access an endpoint.SecurityDefaultNoopAuthorizeManager.create
(SecurityCredentials credentials) Methods in net.sourceforge.plantuml.security.authentication with parameters of type SecurityAuthenticationModifier and TypeMethodDescriptionvoid
SecurityAccessInterceptor.apply
(SecurityAuthentication authentication, URLConnection connection) Applies to a connection the authentication information.void
SecurityDefaultNoopAccessInterceptor.apply
(SecurityAuthentication authentication, URLConnection connection) -
Uses of SecurityAuthentication in net.sourceforge.plantuml.security.authentication.basicauth
Methods in net.sourceforge.plantuml.security.authentication.basicauth that return SecurityAuthenticationModifier and TypeMethodDescriptionBasicAuthAuthorizeManager.create
(SecurityCredentials credentials) Methods in net.sourceforge.plantuml.security.authentication.basicauth with parameters of type SecurityAuthenticationModifier and TypeMethodDescriptionvoid
BasicAuthAccessInterceptor.apply
(SecurityAuthentication authentication, URLConnection connection) Applies fromSecurityAuthentication
data a BasicAuth authentication access header. -
Uses of SecurityAuthentication in net.sourceforge.plantuml.security.authentication.oauth
Methods in net.sourceforge.plantuml.security.authentication.oauth that return SecurityAuthenticationModifier and TypeMethodDescriptionOAuth2ClientAccessAuthorizeManager.create
(SecurityCredentials credentials) OAuth2ResourceOwnerAccessAuthorizeManager.create
(SecurityCredentials credentials) protected SecurityAuthentication
AbstractOAuth2AccessAuthorizeManager.requestAndCreateAuthFromResponse
(Proxy proxy, String grantType, String tokenType, SURL tokenService, String content, SecurityAuthentication basicAuth) Calls the endpoint to load the token response and create a SecurityAuthentication.Methods in net.sourceforge.plantuml.security.authentication.oauth with parameters of type SecurityAuthenticationModifier and TypeMethodDescriptionvoid
OAuth2AccessInterceptor.apply
(SecurityAuthentication authentication, URLConnection connection) protected SecurityAuthentication
AbstractOAuth2AccessAuthorizeManager.requestAndCreateAuthFromResponse
(Proxy proxy, String grantType, String tokenType, SURL tokenService, String content, SecurityAuthentication basicAuth) Calls the endpoint to load the token response and create a SecurityAuthentication. -
Uses of SecurityAuthentication in net.sourceforge.plantuml.security.authentication.token
Methods in net.sourceforge.plantuml.security.authentication.token that return SecurityAuthenticationModifier and TypeMethodDescriptionTokenAuthAuthorizeManager.create
(SecurityCredentials credentials) Methods in net.sourceforge.plantuml.security.authentication.token with parameters of type SecurityAuthenticationModifier and TypeMethodDescriptionvoid
TokenAuthAccessInterceptor.apply
(SecurityAuthentication authentication, URLConnection connection) Applies fromSecurityAuthentication
data plain token authentication access headers.