com.dyuproject.openid
Class Constants.Assoc

java.lang.Object
  extended by com.dyuproject.openid.Constants.Assoc
Enclosing class:
Constants

public static class Constants.Assoc
extends Object

The types of fields for the assocation request and response.


Field Summary
static String ASSOC_HANDLE
           
static String ASSOC_TYPE
           
static String DH_SERVER_PUBLIC
           
static String ENC_MAC_KEY
           
static String ERROR_CODE
           
static String EXPIRES_IN
           
static String MAC_KEY
           
static String NS
           
static String SESSION_TYPE
           
 
Constructor Summary
Constants.Assoc()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSOC_TYPE

public static final String ASSOC_TYPE
See Also:
Constant Field Values

ASSOC_HANDLE

public static final String ASSOC_HANDLE
See Also:
Constant Field Values

SESSION_TYPE

public static final String SESSION_TYPE
See Also:
Constant Field Values

NS

public static final String NS
See Also:
Constant Field Values

ERROR_CODE

public static final String ERROR_CODE
See Also:
Constant Field Values

MAC_KEY

public static final String MAC_KEY
See Also:
Constant Field Values

ENC_MAC_KEY

public static final String ENC_MAC_KEY
See Also:
Constant Field Values

DH_SERVER_PUBLIC

public static final String DH_SERVER_PUBLIC
See Also:
Constant Field Values

EXPIRES_IN

public static final String EXPIRES_IN
See Also:
Constant Field Values
Constructor Detail

Constants.Assoc

public Constants.Assoc()


Copyright © 2008-2013. All Rights Reserved.