Spring Security Framework

org.springframework.security.providers.openid
Class OpenIDAuthenticationStatus

java.lang.Object
  extended by org.springframework.security.providers.openid.OpenIDAuthenticationStatus
All Implemented Interfaces:
Serializable

public class OpenIDAuthenticationStatus
extends Object
implements Serializable

Based on JanRain status codes

Author:
JanRain Inc., Robin Bramley, Opsera Ltd
See Also:
Serialized Form

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
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SUCCESS

public static final OpenIDAuthenticationStatus SUCCESS
This code indicates a successful authentication request


FAILURE

public static final OpenIDAuthenticationStatus FAILURE
This code indicates a failed authentication request


ERROR

public static final OpenIDAuthenticationStatus ERROR
This code indicates the server reported an error


SETUP_NEEDED

public static final OpenIDAuthenticationStatus SETUP_NEEDED
This code indicates that the user needs to do additional work to prove their identity


CANCELLED

public static final OpenIDAuthenticationStatus CANCELLED
This code indicates that the user cancelled their login request

Method Detail

toString

public String toString()
Overrides:
toString in class Object

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.