org.wso2.solutions.identity
Class IdentityConstants.OpenId.ExchangeAttributes

java.lang.Object
  extended by org.wso2.solutions.identity.IdentityConstants.OpenId.SimpleRegAttributes
      extended by org.wso2.solutions.identity.IdentityConstants.OpenId.ExchangeAttributes
Enclosing class:
IdentityConstants.OpenId

public static class IdentityConstants.OpenId.ExchangeAttributes
extends IdentityConstants.OpenId.SimpleRegAttributes


Field Summary
static java.lang.String COUNTRY_NS
           
static java.lang.String DOB_NS
           
static java.lang.String EMAIL_NS
           
static java.lang.String EXT
           
static java.lang.String FETCH_RESPONSE
           
static java.lang.String FULL_NAME_NS
           
static java.lang.String GENDER_NS
           
static java.lang.String LANGUAGE_NS
           
static java.lang.String MODE
           
static java.lang.String NICK_NAME_NS
           
static java.lang.String NS
           
static java.lang.String NS_AX
           
static java.lang.String POSTAL_CODE_NS
           
static java.lang.String TIMEZONE_NS
           
static java.lang.String TYPE
           
static java.lang.String VALUE
           
 
Fields inherited from class org.wso2.solutions.identity.IdentityConstants.OpenId.SimpleRegAttributes
COUNTRY, DOB, EMAIL, FULL_NAME, GENDER, LANGUAGE, NICK_NAME, NS_SREG, NS_SREG_1, OP_SREG, POSTAL_CODE, SREG, TIMEZONE
 
Constructor Summary
IdentityConstants.OpenId.ExchangeAttributes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NS

public static final java.lang.String NS
See Also:
Constant Field Values

NS_AX

public static final java.lang.String NS_AX
See Also:
Constant Field Values

EXT

public static final java.lang.String EXT
See Also:
Constant Field Values

MODE

public static final java.lang.String MODE
See Also:
Constant Field Values

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
See Also:
Constant Field Values

FETCH_RESPONSE

public static final java.lang.String FETCH_RESPONSE
See Also:
Constant Field Values

NICK_NAME_NS

public static final java.lang.String NICK_NAME_NS
See Also:
Constant Field Values

EMAIL_NS

public static final java.lang.String EMAIL_NS
See Also:
Constant Field Values

FULL_NAME_NS

public static final java.lang.String FULL_NAME_NS
See Also:
Constant Field Values

DOB_NS

public static final java.lang.String DOB_NS
See Also:
Constant Field Values

GENDER_NS

public static final java.lang.String GENDER_NS
See Also:
Constant Field Values

POSTAL_CODE_NS

public static final java.lang.String POSTAL_CODE_NS
See Also:
Constant Field Values

COUNTRY_NS

public static final java.lang.String COUNTRY_NS
See Also:
Constant Field Values

LANGUAGE_NS

public static final java.lang.String LANGUAGE_NS
See Also:
Constant Field Values

TIMEZONE_NS

public static final java.lang.String TIMEZONE_NS
See Also:
Constant Field Values
Constructor Detail

IdentityConstants.OpenId.ExchangeAttributes

public IdentityConstants.OpenId.ExchangeAttributes()