|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenIDAuthenticationStatus | |
|---|---|
| org.springframework.security.providers.openid | An authentication provider that can process OpenID Authentication Tokens as created by implementations of the OpenIDConsumer interface. |
| Uses of OpenIDAuthenticationStatus in org.springframework.security.providers.openid |
|---|
| Fields in org.springframework.security.providers.openid declared as OpenIDAuthenticationStatus | |
|---|---|
static OpenIDAuthenticationStatus |
OpenIDAuthenticationStatus.CANCELLED
This code indicates that the user cancelled their login request |
static OpenIDAuthenticationStatus |
OpenIDAuthenticationStatus.ERROR
This code indicates the server reported an error |
static OpenIDAuthenticationStatus |
OpenIDAuthenticationStatus.FAILURE
This code indicates a failed authentication request |
static OpenIDAuthenticationStatus |
OpenIDAuthenticationStatus.SETUP_NEEDED
This code indicates that the user needs to do additional work to prove their identity |
static OpenIDAuthenticationStatus |
OpenIDAuthenticationStatus.SUCCESS
This code indicates a successful authentication request |
| Methods in org.springframework.security.providers.openid that return OpenIDAuthenticationStatus | |
|---|---|
OpenIDAuthenticationStatus |
OpenIDAuthenticationToken.getStatus()
|
| Constructors in org.springframework.security.providers.openid with parameters of type OpenIDAuthenticationStatus | |
|---|---|
OpenIDAuthenticationToken(GrantedAuthority[] authorities,
OpenIDAuthenticationStatus status,
String identityUrl)
Created by the OpenIDAuthenticationProvider on successful authentication. |
|
OpenIDAuthenticationToken(OpenIDAuthenticationStatus status,
String identityUrl,
String message)
|
|
|
Spring Security Framework | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||