Uses of Interface
org.bardframework.commons.security.context.SecurityContextManager
-
Packages that use SecurityContextManager Package Description org.bardframework.commons.security.context org.bardframework.commons.security.filter -
-
Uses of SecurityContextManager in org.bardframework.commons.security.context
Classes in org.bardframework.commons.security.context that implement SecurityContextManager Modifier and Type Class Description classCookieSecurityContextManagerAbstract<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 SecurityContextManager Constructor Description SecurityContextFilter(SecurityContextManager<T,?> securityContextManager)
-