Uses of Interface
net.sourceforge.plantuml.security.authentication.SecurityAccessInterceptor
Packages that use SecurityAccessInterceptor
Package
Description
-
Uses of SecurityAccessInterceptor in net.sourceforge.plantuml.security
Methods in net.sourceforge.plantuml.security that return SecurityAccessInterceptorModifier and TypeMethodDescriptionstatic SecurityAccessInterceptorSecurityUtils.getAccessInterceptor(SecurityAuthentication authentication) Returns the authentication interceptor for aSecurityAuthentication. -
Uses of SecurityAccessInterceptor in net.sourceforge.plantuml.security.authentication
Classes in net.sourceforge.plantuml.security.authentication that implement SecurityAccessInterceptorModifier and TypeClassDescriptionclassThis interceptor does nothing. -
Uses of SecurityAccessInterceptor in net.sourceforge.plantuml.security.authentication.basicauth
Classes in net.sourceforge.plantuml.security.authentication.basicauth that implement SecurityAccessInterceptorModifier and TypeClassDescriptionclassApplies fromSecurityAuthenticationdata a BasicAuth authentication access header. -
Uses of SecurityAccessInterceptor in net.sourceforge.plantuml.security.authentication.oauth
Classes in net.sourceforge.plantuml.security.authentication.oauth that implement SecurityAccessInterceptorModifier and TypeClassDescriptionclassApplies fromSecurityAuthenticationdata an OAuth2 Authorization access header. -
Uses of SecurityAccessInterceptor in net.sourceforge.plantuml.security.authentication.token
Classes in net.sourceforge.plantuml.security.authentication.token that implement SecurityAccessInterceptorModifier and TypeClassDescriptionclassApplies fromSecurityAuthenticationdata plain token authentication access headers.