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 SecurityAccessInterceptor
SecurityUtils.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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Applies fromSecurityAuthentication
data 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 TypeClassDescriptionclass
Applies fromSecurityAuthentication
data 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 TypeClassDescriptionclass
Applies fromSecurityAuthentication
data plain token authentication access headers.