Package | Description |
---|---|
org.openid4java.infocard |
Provides support for
OpenID-InforCards.
|
org.openid4java.infocard.rp |
Modifier and Type | Field and Description |
---|---|
private OpenIDTokenType |
OpenIDToken._tokenType
Token type data structure.
|
static OpenIDTokenType |
OpenIDTokenType.OPENID11_TOKEN
OpenID 1.1 token type.
|
static OpenIDTokenType |
OpenIDTokenType.OPENID20_TOKEN
OpenID 2.0 token type.
|
Modifier and Type | Method and Description |
---|---|
OpenIDTokenType |
OpenIDToken.getTokenType()
Gets the OpenID token type.
|
Modifier and Type | Field and Description |
---|---|
private OpenIDTokenType |
InfocardInvocation._tokenType
The requested token type (OpenID 1.1 or 2.0)
|
Modifier and Type | Method and Description |
---|---|
OpenIDTokenType |
InfocardInvocation.getTokenType()
Gets the token type.
|
Modifier and Type | Method and Description |
---|---|
void |
InfocardInvocation.setTokenType(OpenIDTokenType tokenType)
Sets the token type.
|
Constructor and Description |
---|
InfocardInvocation(OpenIDTokenType tokenType)
Creates a new InfocardInvocation object, describing Relying Party's
requirements.
|
Copyright 2006-2008 Sxip Identity Corporation