org.openid4java.infocard
public class OpenIDTokenType extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_tokenTypeUri
Token URI value.
|
static java.lang.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.
|
Modifier | Constructor and Description |
---|---|
private |
OpenIDTokenType(java.lang.String uriValue)
Constructs a token type for the given URI value.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Gets the URI string value for the token type.
|
public static final OpenIDTokenType OPENID11_TOKEN
public static final OpenIDTokenType OPENID20_TOKEN
public static final java.lang.String OPENID_CLAIM
private final java.lang.String _tokenTypeUri
Copyright 2006-2008 Sxip Identity Corporation