|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.openid.OpenIDAuthenticationStatus
public class OpenIDAuthenticationStatus
Based on JanRain status codes
| Field Summary | |
|---|---|
static OpenIDAuthenticationStatus |
CANCELLED
This code indicates that the user cancelled their login request |
static OpenIDAuthenticationStatus |
ERROR
This code indicates the server reported an error |
static OpenIDAuthenticationStatus |
FAILURE
This code indicates a failed authentication request |
static OpenIDAuthenticationStatus |
SETUP_NEEDED
This code indicates that the user needs to do additional work to prove their identity |
static OpenIDAuthenticationStatus |
SUCCESS
This code indicates a successful authentication request |
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final OpenIDAuthenticationStatus SUCCESS
public static final OpenIDAuthenticationStatus FAILURE
public static final OpenIDAuthenticationStatus ERROR
public static final OpenIDAuthenticationStatus SETUP_NEEDED
public static final OpenIDAuthenticationStatus CANCELLED
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||