org.openid4java.infocard
Class OpenIDTokenType

java.lang.Object
  extended by org.openid4java.infocard.OpenIDTokenType

public class OpenIDTokenType
extends Object

Enumeration class with the defined OpenID token types.


Field Summary
static String OPENID_CLAIM
          The OpenID Identifier claim type.
static OpenIDTokenType OPENID11_TOKEN
          OpenID 1.1 token type.
static OpenIDTokenType OPENID20_TOKEN
          OpenID 2.0 token type.
 
Method Summary
 String toString()
          Gets the URI string value for the token type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPENID11_TOKEN

public static final OpenIDTokenType OPENID11_TOKEN
OpenID 1.1 token type.


OPENID20_TOKEN

public static final OpenIDTokenType OPENID20_TOKEN
OpenID 2.0 token type.


OPENID_CLAIM

public static final String OPENID_CLAIM
The OpenID Identifier claim type.

See Also:
Constant Field Values
Method Detail

toString

public String toString()
Gets the URI string value for the token type.

Overrides:
toString in class Object
Returns:
String representation of the token URI type.


Copyright © 2013 Sxip. All Rights Reserved.