Uses of Class
org.bardframework.commons.security.token.AuthenticationAbstract
-
Packages that use AuthenticationAbstract Package Description org.bardframework.commons.security.context org.bardframework.commons.security.filter -
-
Uses of AuthenticationAbstract in org.bardframework.commons.security.context
Classes in org.bardframework.commons.security.context with type parameters of type AuthenticationAbstract Modifier and Type Class Description classCookieSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U>classHeaderSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U>classRequestSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U>interfaceSecurityContextManager<A extends AuthenticationAbstract<U>,U>classSecurityContextManagerAbstract<A extends AuthenticationAbstract<U>,U> -
Uses of AuthenticationAbstract in org.bardframework.commons.security.filter
Classes in org.bardframework.commons.security.filter with type parameters of type AuthenticationAbstract Modifier and Type Class Description classSecurityContextFilter<T extends AuthenticationAbstract<?>>Created by vahid (va.zafari@gmail.com) on 12/19/17.
-