public final enum

OpenIDAuthenticationStatus

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.springframework.security.openid.OpenIDAuthenticationStatus

Class Overview

Authentication status codes, based on JanRain status codes

Summary

Enum Values
OpenIDAuthenticationStatus  CANCELLED  This code indicates that the user cancelled their login request  
OpenIDAuthenticationStatus  ERROR  This code indicates the server reported an error  
OpenIDAuthenticationStatus  FAILURE  This code indicates a failed authentication request  
OpenIDAuthenticationStatus  SETUP_NEEDED  This code indicates that the user needs to do additional work to prove their identity  
OpenIDAuthenticationStatus  SUCCESS  This code indicates a successful authentication request  
Public Methods
String toString()
static OpenIDAuthenticationStatus valueOf(String name)
final static OpenIDAuthenticationStatus[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final OpenIDAuthenticationStatus CANCELLED

This code indicates that the user cancelled their login request

public static final OpenIDAuthenticationStatus ERROR

This code indicates the server reported an error

public static final OpenIDAuthenticationStatus FAILURE

This code indicates a failed authentication request

public static final OpenIDAuthenticationStatus SETUP_NEEDED

This code indicates that the user needs to do additional work to prove their identity

public static final OpenIDAuthenticationStatus SUCCESS

This code indicates a successful authentication request

Public Methods

public String toString ()

public static OpenIDAuthenticationStatus valueOf (String name)

public static final OpenIDAuthenticationStatus[] values ()