Uses of Interface
net.sourceforge.plantuml.security.authentication.SecurityAuthorizeManager
Packages that use SecurityAuthorizeManager
Package
Description
-
Uses of SecurityAuthorizeManager in net.sourceforge.plantuml.security
Methods in net.sourceforge.plantuml.security that return SecurityAuthorizeManagerModifier and TypeMethodDescriptionstatic SecurityAuthorizeManager
SecurityUtils.getAuthenticationManager
(SecurityCredentials credentialConfiguration) Returns the authorize-manager for a security credentials configuration. -
Uses of SecurityAuthorizeManager in net.sourceforge.plantuml.security.authentication
Classes in net.sourceforge.plantuml.security.authentication that implement SecurityAuthorizeManagerModifier and TypeClassDescriptionclass
Creates a public access authentication data object. -
Uses of SecurityAuthorizeManager in net.sourceforge.plantuml.security.authentication.basicauth
Classes in net.sourceforge.plantuml.security.authentication.basicauth that implement SecurityAuthorizeManagerModifier and TypeClassDescriptionclass
TheBasicAuthAuthorizeManager
creates the authentication on the fly from the credentials without any access to other services. -
Uses of SecurityAuthorizeManager in net.sourceforge.plantuml.security.authentication.oauth
Classes in net.sourceforge.plantuml.security.authentication.oauth that implement SecurityAuthorizeManagerModifier and TypeClassDescriptionclass
Default abstract OAuth2 AccessAuthorizeManager for OAuth2 managers.class
Authorize the principal (fromSecurityCredentials
and creates aSecurityAuthentication
object with a bearer token secret.class
Authorize via principal a resource owner (fromSecurityCredentials
and creates aSecurityAuthentication
object with a bearer token secret. -
Uses of SecurityAuthorizeManager in net.sourceforge.plantuml.security.authentication.token
Classes in net.sourceforge.plantuml.security.authentication.token that implement SecurityAuthorizeManagerModifier and TypeClassDescriptionclass
TheTokenAuthAuthorizeManager
creates the authentication on the fly from the credentials without any access to other services.