Uses of Class
cronapp.framework.authentication.token.AuthenticationController
-
Packages that use AuthenticationController Package Description cronapp.framework.authentication.mutual cronapp.framework.authentication.saml cronapp.framework.authentication.social -
-
Uses of AuthenticationController in cronapp.framework.authentication.mutual
Constructors in cronapp.framework.authentication.mutual with parameters of type AuthenticationController Constructor Description MutualAuthenticationController(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, AuthenticationController authenticationController) -
Uses of AuthenticationController in cronapp.framework.authentication.saml
Subclasses of AuthenticationController in cronapp.framework.authentication.saml Modifier and Type Class Description classSamlAuthenticationController -
Uses of AuthenticationController in cronapp.framework.authentication.social
Constructors in cronapp.framework.authentication.social with parameters of type AuthenticationController Constructor Description SocialSignInAdapter(javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, AuthenticationConfigurer authenticationConfigurer, AuthenticationController authenticationController)
-