com.dyuproject.openid
Class Constants

java.lang.Object
  extended by com.dyuproject.openid.Constants

public final class Constants
extends Object

Constants - openid

Author:
David Yu
Date created:
Sep 8, 2008

Nested Class Summary
static class Constants.Assoc
          The types of fields for the assocation request and response.
static class Constants.Mode
          The possible values for openid mode.
static class Constants.Sreg
          Sreg constants
 
Field Summary
static String DEFAULT_ENCODING
           
static String DEFAULT_NS
           
static String DEFAULT_VERSION
           
static BigInteger DIFFIE_HELLMAN_MODULUS
          The default diffie hellman modulus being used by the openid association.
static String OPENID_ASSOC_HANDLE
           
static String OPENID_ASSOC_TYPE
           
static String OPENID_CLAIMED_ID
           
static String OPENID_DH_CONSUMER_PUBLIC
           
static String OPENID_DH_GEN
           
static String OPENID_DH_MODULUS
           
static String OPENID_IDENTITY
           
static String OPENID_MODE
           
static String OPENID_NS
           
static String OPENID_NS_SREG
           
static String OPENID_OP_ENDPOINT
           
static String OPENID_REALM
           
static String OPENID_RESPONSE_NONCE
           
static String OPENID_RETURN_TO
           
static String OPENID_SESSION_TYPE
           
static String OPENID_SIG
           
static String OPENID_SIGNED
           
static String OPENID_SREG_OPTIONAL
           
static String OPENID_TRUST_ROOT
           
static String SREG_COUNTRY
           
static String SREG_DOB
           
static String SREG_EMAIL
           
static String SREG_FULLNAME
           
static String SREG_GENDER
           
static String SREG_LANGUAGE
           
static String SREG_NICKNAME
           
static String SREG_POSTCODE
           
static String SREG_TIMEZONE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_ENCODING

public static final String DEFAULT_ENCODING
See Also:
Constant Field Values

DEFAULT_VERSION

public static final String DEFAULT_VERSION
See Also:
Constant Field Values

DEFAULT_NS

public static final String DEFAULT_NS
See Also:
Constant Field Values

OPENID_NS

public static final String OPENID_NS
See Also:
Constant Field Values

OPENID_MODE

public static final String OPENID_MODE
See Also:
Constant Field Values

OPENID_ASSOC_HANDLE

public static final String OPENID_ASSOC_HANDLE
See Also:
Constant Field Values

OPENID_IDENTITY

public static final String OPENID_IDENTITY
See Also:
Constant Field Values

OPENID_REALM

public static final String OPENID_REALM
See Also:
Constant Field Values

OPENID_TRUST_ROOT

public static final String OPENID_TRUST_ROOT
See Also:
Constant Field Values

OPENID_CLAIMED_ID

public static final String OPENID_CLAIMED_ID
See Also:
Constant Field Values

OPENID_RETURN_TO

public static final String OPENID_RETURN_TO
See Also:
Constant Field Values

OPENID_SIG

public static final String OPENID_SIG
See Also:
Constant Field Values

OPENID_NS_SREG

public static final String OPENID_NS_SREG
See Also:
Constant Field Values

OPENID_SREG_OPTIONAL

public static final String OPENID_SREG_OPTIONAL
See Also:
Constant Field Values

OPENID_OP_ENDPOINT

public static final String OPENID_OP_ENDPOINT
See Also:
Constant Field Values

OPENID_SIGNED

public static final String OPENID_SIGNED
See Also:
Constant Field Values

OPENID_RESPONSE_NONCE

public static final String OPENID_RESPONSE_NONCE
See Also:
Constant Field Values

OPENID_SESSION_TYPE

public static final String OPENID_SESSION_TYPE
See Also:
Constant Field Values

OPENID_ASSOC_TYPE

public static final String OPENID_ASSOC_TYPE
See Also:
Constant Field Values

OPENID_DH_MODULUS

public static final String OPENID_DH_MODULUS
See Also:
Constant Field Values

OPENID_DH_GEN

public static final String OPENID_DH_GEN
See Also:
Constant Field Values

OPENID_DH_CONSUMER_PUBLIC

public static final String OPENID_DH_CONSUMER_PUBLIC
See Also:
Constant Field Values

SREG_NICKNAME

public static final String SREG_NICKNAME
See Also:
Constant Field Values

SREG_EMAIL

public static final String SREG_EMAIL
See Also:
Constant Field Values

SREG_FULLNAME

public static final String SREG_FULLNAME
See Also:
Constant Field Values

SREG_DOB

public static final String SREG_DOB
See Also:
Constant Field Values

SREG_GENDER

public static final String SREG_GENDER
See Also:
Constant Field Values

SREG_POSTCODE

public static final String SREG_POSTCODE
See Also:
Constant Field Values

SREG_COUNTRY

public static final String SREG_COUNTRY
See Also:
Constant Field Values

SREG_LANGUAGE

public static final String SREG_LANGUAGE
See Also:
Constant Field Values

SREG_TIMEZONE

public static final String SREG_TIMEZONE
See Also:
Constant Field Values

DIFFIE_HELLMAN_MODULUS

public static final BigInteger DIFFIE_HELLMAN_MODULUS
The default diffie hellman modulus being used by the openid association.

Constructor Detail

Constants

public Constants()


Copyright © 2008-2013. All Rights Reserved.