Uses of Interface
org.bardframework.commons.security.context.SecurityContextManager
Packages that use SecurityContextManager
Package
Description
-
Uses of SecurityContextManager in org.bardframework.commons.security.context
Classes in org.bardframework.commons.security.context that implement SecurityContextManagerModifier and TypeClassDescriptionclassCookieSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U> classHeaderSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U> classRequestSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U> classSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U> -
Uses of SecurityContextManager in org.bardframework.commons.security.filter
Constructors in org.bardframework.commons.security.filter with parameters of type SecurityContextManagerModifierConstructorDescriptionSecurityContextFilter(SecurityContextManager<T, ?> securityContextManager)