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 SecurityAccessInterceptorSecurityUtils.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 TypeMethodDescriptionvoidSecurityAccessInterceptor.apply(SecurityAuthentication authentication, URLConnection connection) Applies to a connection the authentication information.voidSecurityDefaultNoopAccessInterceptor.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 TypeMethodDescriptionvoidBasicAuthAccessInterceptor.apply(SecurityAuthentication authentication, URLConnection connection) Applies fromSecurityAuthenticationdata 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 SecurityAuthenticationAbstractOAuth2AccessAuthorizeManager.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 TypeMethodDescriptionvoidOAuth2AccessInterceptor.apply(SecurityAuthentication authentication, URLConnection connection) protected SecurityAuthenticationAbstractOAuth2AccessAuthorizeManager.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 TypeMethodDescriptionvoidTokenAuthAccessInterceptor.apply(SecurityAuthentication authentication, URLConnection connection) Applies fromSecurityAuthenticationdata plain token authentication access headers.