|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OpenIDAuthenticationStatus | |
|---|---|
| org.springframework.security.openid | Authenticates standard web browser users via OpenID. |
| Uses of OpenIDAuthenticationStatus in org.springframework.security.openid |
|---|
| Fields in org.springframework.security.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.openid that return OpenIDAuthenticationStatus | |
|---|---|
OpenIDAuthenticationStatus |
OpenIDAuthenticationToken.getStatus()
|
| Constructors in org.springframework.security.openid with parameters of type OpenIDAuthenticationStatus | |
|---|---|
OpenIDAuthenticationToken(OpenIDAuthenticationStatus status,
String identityUrl,
String message,
List<OpenIDAttribute> attributes)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||