org.apache.rahas
Class RahasConstants

java.lang.Object
  extended byorg.apache.rahas.RahasConstants

public class RahasConstants
extends Object


Nested Class Summary
static class RahasConstants.CancelBindingLocalNames
           
static class RahasConstants.IssuanceBindingLocalNames
           
static class RahasConstants.LocalNames
           
 
Field Summary
static String ATTR_TYPE
           
static String BIN_SEC_TYPE_NONCE
           
static String COMPUTED_KEY_PSHA1
           
static String KEY_TYPE_BEARER
           
static String KEY_TYPE_PUBLIC_KEY
           
static String KEY_TYPE_SYMM_KEY
           
static String REQ_TYPE_CANCEL
           
static String REQ_TYPE_ISSUE
           
static String REQ_TYPE_RENEW
           
static String REQ_TYPE_VALIDATE
           
static String RST_ACTION_CANCEL
           
static String RST_ACTION_CANCEL_SCT
           
static String RST_ACTION_ISSUE
           
static String RST_ACTION_RENEW
           
static String RST_ACTION_SCT
           
static String RST_ACTION_VALIDATE
           
static String RSTR_ACTION_CANCEL
           
static String RSTR_ACTION_CANCEL_SCT
           
static String RSTR_ACTION_ISSUE
           
static String RSTR_ACTION_RENEW
           
static String RSTR_ACTION_SCT
           
static String RSTR_ACTION_VALIDATE
           
static String TOK_TYPE_SAML_10
           
static int VERSION_05_02
           
static int VERSION_05_12
           
static String WSP_NS
           
static String WSP_PREFIX
           
static String WST_NS_05_02
          WS-Trust 2005 Feb namespace
static String WST_NS_05_12
          WS-SX Namespace
static String WST_PREFIX
           
 
Constructor Summary
RahasConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_05_02

public static final int VERSION_05_02
See Also:
Constant Field Values

VERSION_05_12

public static final int VERSION_05_12
See Also:
Constant Field Values

WST_NS_05_02

public static final String WST_NS_05_02
WS-Trust 2005 Feb namespace

See Also:
Constant Field Values

WST_NS_05_12

public static final String WST_NS_05_12
WS-SX Namespace

See Also:
Constant Field Values

WST_PREFIX

public static final String WST_PREFIX
See Also:
Constant Field Values

WSP_NS

public static final String WSP_NS
See Also:
Constant Field Values

WSP_PREFIX

public static final String WSP_PREFIX
See Also:
Constant Field Values

KEY_TYPE_SYMM_KEY

public static final String KEY_TYPE_SYMM_KEY
See Also:
Constant Field Values

KEY_TYPE_PUBLIC_KEY

public static final String KEY_TYPE_PUBLIC_KEY
See Also:
Constant Field Values

KEY_TYPE_BEARER

public static final String KEY_TYPE_BEARER
See Also:
Constant Field Values

BIN_SEC_TYPE_NONCE

public static final String BIN_SEC_TYPE_NONCE
See Also:
Constant Field Values

COMPUTED_KEY_PSHA1

public static final String COMPUTED_KEY_PSHA1
See Also:
Constant Field Values

REQ_TYPE_ISSUE

public static final String REQ_TYPE_ISSUE
See Also:
Constant Field Values

REQ_TYPE_VALIDATE

public static final String REQ_TYPE_VALIDATE
See Also:
Constant Field Values

REQ_TYPE_RENEW

public static final String REQ_TYPE_RENEW
See Also:
Constant Field Values

REQ_TYPE_CANCEL

public static final String REQ_TYPE_CANCEL
See Also:
Constant Field Values

RST_ACTION_ISSUE

public static final String RST_ACTION_ISSUE
See Also:
Constant Field Values

RST_ACTION_VALIDATE

public static final String RST_ACTION_VALIDATE
See Also:
Constant Field Values

RST_ACTION_RENEW

public static final String RST_ACTION_RENEW
See Also:
Constant Field Values

RST_ACTION_CANCEL

public static final String RST_ACTION_CANCEL
See Also:
Constant Field Values

RST_ACTION_SCT

public static final String RST_ACTION_SCT
See Also:
Constant Field Values

RST_ACTION_CANCEL_SCT

public static final String RST_ACTION_CANCEL_SCT
See Also:
Constant Field Values

RSTR_ACTION_ISSUE

public static final String RSTR_ACTION_ISSUE
See Also:
Constant Field Values

RSTR_ACTION_VALIDATE

public static final String RSTR_ACTION_VALIDATE
See Also:
Constant Field Values

RSTR_ACTION_RENEW

public static final String RSTR_ACTION_RENEW
See Also:
Constant Field Values

RSTR_ACTION_CANCEL

public static final String RSTR_ACTION_CANCEL
See Also:
Constant Field Values

RSTR_ACTION_SCT

public static final String RSTR_ACTION_SCT
See Also:
Constant Field Values

RSTR_ACTION_CANCEL_SCT

public static final String RSTR_ACTION_CANCEL_SCT
See Also:
Constant Field Values

TOK_TYPE_SAML_10

public static final String TOK_TYPE_SAML_10
See Also:
Constant Field Values

ATTR_TYPE

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

RahasConstants

public RahasConstants()