Uses of Class
org.openid4java.infocard.OpenIDTokenType

Packages that use OpenIDTokenType
org.openid4java.infocard Provides support for OpenID-InforCards
org.openid4java.infocard.rp   
 

Uses of OpenIDTokenType in org.openid4java.infocard
 

Fields in org.openid4java.infocard declared as OpenIDTokenType
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.
 

Methods in org.openid4java.infocard that return OpenIDTokenType
 OpenIDTokenType OpenIDToken.getTokenType()
          Gets the OpenID token type.
 

Uses of OpenIDTokenType in org.openid4java.infocard.rp
 

Fields in org.openid4java.infocard.rp declared as OpenIDTokenType
private  OpenIDTokenType InfocardInvocation._tokenType
          The requested token type (OpenID 1.1 or 2.0)
 

Methods in org.openid4java.infocard.rp that return OpenIDTokenType
 OpenIDTokenType InfocardInvocation.getTokenType()
          Gets the token type.
 

Methods in org.openid4java.infocard.rp with parameters of type OpenIDTokenType
 void InfocardInvocation.setTokenType(OpenIDTokenType tokenType)
          Sets the token type.
 

Constructors in org.openid4java.infocard.rp with parameters of type OpenIDTokenType
InfocardInvocation(OpenIDTokenType tokenType)
          Creates a new InfocardInvocation object, describing Relying Party's requirements.
 



Copyright 2006-2008 Sxip Identity Corporation