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 SecurityAuthorizeManagerSecurityUtils.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 TypeClassDescriptionclassCreates 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 TypeClassDescriptionclassTheBasicAuthAuthorizeManagercreates 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 TypeClassDescriptionclassDefault abstract OAuth2 AccessAuthorizeManager for OAuth2 managers.classAuthorize the principal (fromSecurityCredentialsand creates aSecurityAuthenticationobject with a bearer token secret.classAuthorize via principal a resource owner (fromSecurityCredentialsand creates aSecurityAuthenticationobject 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 TypeClassDescriptionclassTheTokenAuthAuthorizeManagercreates the authentication on the fly from the credentials without any access to other services.