Uses of Class
cronapp.framework.authentication.token.AuthenticationResponse
-
-
Uses of AuthenticationResponse in cronapp.framework.authentication.mutual
Methods in cronapp.framework.authentication.mutual that return types with arguments of type AuthenticationResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<AuthenticationResponse>MutualAuthenticationController. login() -
Uses of AuthenticationResponse in cronapp.framework.authentication.social
Methods in cronapp.framework.authentication.social that return types with arguments of type AuthenticationResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<AuthenticationResponse>SocialRESTAdapter. oauth2Callback(String providerId, String client_id, String client_secret, String access_token) -
Uses of AuthenticationResponse in cronapp.framework.authentication.sso
Methods in cronapp.framework.authentication.sso that return types with arguments of type AuthenticationResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<AuthenticationResponse>SSORESTController. authenticationRequest(String username, String password, String token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)org.springframework.http.ResponseEntity<AuthenticationResponse>SSORESTController. authenticationSSORequest(String client_id, String client_secret, String access_token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AuthenticationResponse in cronapp.framework.authentication.token
Methods in cronapp.framework.authentication.token that return types with arguments of type AuthenticationResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<AuthenticationResponse>AuthenticationController. auth(String username, String password, org.springframework.mobile.device.Device device, String provider, String authToken, com.google.gson.JsonObject details, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)org.springframework.http.ResponseEntity<AuthenticationResponse>AuthenticationController. authenticationRequest(String username, String password, org.springframework.mobile.device.Device device, String token, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-