Uses of Class
cronapp.framework.authentication.token.AuthenticationTokenFilter
-
Packages that use AuthenticationTokenFilter Package Description cronapp.framework.authentication.saml cronapp.framework.authentication.sso cronapp.framework.authentication.token -
-
Uses of AuthenticationTokenFilter in cronapp.framework.authentication.saml
Methods in cronapp.framework.authentication.saml that return AuthenticationTokenFilter Modifier and Type Method Description AuthenticationTokenFilterSamlAuthorizationConfigurer. authenticationTokenFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager) -
Uses of AuthenticationTokenFilter in cronapp.framework.authentication.sso
Methods in cronapp.framework.authentication.sso that return AuthenticationTokenFilter Modifier and Type Method Description AuthenticationTokenFilterAuthorizationConfigurer. authenticationTokenFilterBean() -
Uses of AuthenticationTokenFilter in cronapp.framework.authentication.token
Methods in cronapp.framework.authentication.token that return AuthenticationTokenFilter Modifier and Type Method Description AuthenticationTokenFilterWebSecurityConfiguration. authenticationTokenFilterBean()
-