org.opensaml.ws.wstrust
Class WSTrustConstants

java.lang.Object
  extended by org.opensaml.ws.wstrust.WSTrustConstants

public final class WSTrustConstants
extends Object

The WS-Trust 1.3 constants.

See Also:
"WS-Trust 1.3 Specification"

Field Summary
static QName SOAP_FAULT_AUTHENTICATION_BAD_ELEMENTS
          WS-Trust SOAP fault code: "wst:AuthenticationBadElements".
static QName SOAP_FAULT_BAD_REQUEST
          WS-Trust SOAP fault code: "wst:BadRequest".
static QName SOAP_FAULT_EXPIRED_DATA
          WS-Trust SOAP fault code: "wst:ExpiredData".
static QName SOAP_FAULT_FAILED_AUTHENTICATION
          WS-Trust SOAP fault code: "wst:FailedAuthentication".
static QName SOAP_FAULT_INVALID_REQUEST
          WS-Trust SOAP fault code: "wst:InvalidRequest".
static QName SOAP_FAULT_INVALID_SCOPE
          WS-Trust SOAP fault code: "wst:InvalidScope".
static QName SOAP_FAULT_INVALID_SECURITY_TOKEN
          WS-Trust SOAP fault code: "wst:InvalidSecurityToken".
static QName SOAP_FAULT_INVALID_TIME_RANGE
          WS-Trust SOAP fault code: "wst:InvalidTimeRange".
static QName SOAP_FAULT_RENEW_NEEDED
          WS-Trust SOAP fault code: "wst:RenewNeeded".
static QName SOAP_FAULT_REQUEST_FAILED
          WS-Trust SOAP fault code: "wst:RequestFailed".
static QName SOAP_FAULT_UNABLE_TO_RENEW
          WS-Trust SOAP fault code: "wst:UnableToRenew".
static String WSA_ACTION_RST_CANCEL
          WS-Addressing RequestSecurityToken (RST) action URI 'Cancel'.
static String WSA_ACTION_RST_ISSUE
          WS-Addressing RequestSecurityToken (RST) action URI 'Issue'.
static String WSA_ACTION_RST_KET
          WS-Addressing RequestSecurityToken (RST) action URI 'KET'.
static String WSA_ACTION_RST_RENEW
          WS-Addressing RequestSecurityToken (RST) action URI 'Renew'.
static String WSA_ACTION_RST_STSCANCEL
          WS-Addressing RequestSecurityToken (RST) action URI 'STSCancel'.
static String WSA_ACTION_RST_VALIDATE
          WS-Addressing RequestSecurityToken (RST) action URI 'Validate'.
static String WSA_ACTION_RSTR_CANCEL
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Cancel'.
static String WSA_ACTION_RSTR_CANCEL_FINAL
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'CancelFinal'.
static String WSA_ACTION_RSTR_ISSUE
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Issue'.
static String WSA_ACTION_RSTR_KET
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KET'.
static String WSA_ACTION_RSTR_KET_FINAL
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KETFinal'.
static String WSA_ACTION_RSTR_RENEW
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Renew'.
static String WSA_ACTION_RSTR_RENEW_FINAL
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'RenewFinal'.
static String WSA_ACTION_RSTR_VALIDATE
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Validate'.
static String WSA_ACTION_RSTR_VALIDATE_FINAL
          WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'ValidateFinal'.
static String WSA_ACTION_RSTRC_ISSUE_FINAL
          WS-Addressing RequestSecurityTokenResponseCollection (RSTRC) action URI 'Issue'.
static String WST_NS
          WS-Trust 1.3 namespace.
static String WST_PREFIX
          WS-Trust namespace prefix.
static String WST_VERSION
          WS-Trust version.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WST_VERSION

public static final String WST_VERSION
WS-Trust version.

See Also:
Constant Field Values

WST_PREFIX

public static final String WST_PREFIX
WS-Trust namespace prefix.

See Also:
Constant Field Values

WST_NS

public static final String WST_NS
WS-Trust 1.3 namespace.

See Also:
Constant Field Values

WSA_ACTION_RST_ISSUE

public static final String WSA_ACTION_RST_ISSUE
WS-Addressing RequestSecurityToken (RST) action URI 'Issue'.

See Also:
Constant Field Values

WSA_ACTION_RST_CANCEL

public static final String WSA_ACTION_RST_CANCEL
WS-Addressing RequestSecurityToken (RST) action URI 'Cancel'.

See Also:
Constant Field Values

WSA_ACTION_RST_STSCANCEL

public static final String WSA_ACTION_RST_STSCANCEL
WS-Addressing RequestSecurityToken (RST) action URI 'STSCancel'.

See Also:
Constant Field Values

WSA_ACTION_RST_VALIDATE

public static final String WSA_ACTION_RST_VALIDATE
WS-Addressing RequestSecurityToken (RST) action URI 'Validate'.

See Also:
Constant Field Values

WSA_ACTION_RST_RENEW

public static final String WSA_ACTION_RST_RENEW
WS-Addressing RequestSecurityToken (RST) action URI 'Renew'.

See Also:
Constant Field Values

WSA_ACTION_RST_KET

public static final String WSA_ACTION_RST_KET
WS-Addressing RequestSecurityToken (RST) action URI 'KET'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_ISSUE

public static final String WSA_ACTION_RSTR_ISSUE
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Issue'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_CANCEL

public static final String WSA_ACTION_RSTR_CANCEL
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Cancel'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_CANCEL_FINAL

public static final String WSA_ACTION_RSTR_CANCEL_FINAL
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'CancelFinal'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_VALIDATE

public static final String WSA_ACTION_RSTR_VALIDATE
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Validate'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_VALIDATE_FINAL

public static final String WSA_ACTION_RSTR_VALIDATE_FINAL
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'ValidateFinal'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_RENEW

public static final String WSA_ACTION_RSTR_RENEW
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Renew'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_RENEW_FINAL

public static final String WSA_ACTION_RSTR_RENEW_FINAL
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'RenewFinal'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_KET

public static final String WSA_ACTION_RSTR_KET
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KET'.

See Also:
Constant Field Values

WSA_ACTION_RSTR_KET_FINAL

public static final String WSA_ACTION_RSTR_KET_FINAL
WS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KETFinal'.

See Also:
Constant Field Values

WSA_ACTION_RSTRC_ISSUE_FINAL

public static final String WSA_ACTION_RSTRC_ISSUE_FINAL
WS-Addressing RequestSecurityTokenResponseCollection (RSTRC) action URI 'Issue'.

See Also:
Constant Field Values

SOAP_FAULT_INVALID_REQUEST

public static final QName SOAP_FAULT_INVALID_REQUEST
WS-Trust SOAP fault code: "wst:InvalidRequest".


SOAP_FAULT_FAILED_AUTHENTICATION

public static final QName SOAP_FAULT_FAILED_AUTHENTICATION
WS-Trust SOAP fault code: "wst:FailedAuthentication".


SOAP_FAULT_REQUEST_FAILED

public static final QName SOAP_FAULT_REQUEST_FAILED
WS-Trust SOAP fault code: "wst:RequestFailed".


SOAP_FAULT_INVALID_SECURITY_TOKEN

public static final QName SOAP_FAULT_INVALID_SECURITY_TOKEN
WS-Trust SOAP fault code: "wst:InvalidSecurityToken".


SOAP_FAULT_AUTHENTICATION_BAD_ELEMENTS

public static final QName SOAP_FAULT_AUTHENTICATION_BAD_ELEMENTS
WS-Trust SOAP fault code: "wst:AuthenticationBadElements".


SOAP_FAULT_BAD_REQUEST

public static final QName SOAP_FAULT_BAD_REQUEST
WS-Trust SOAP fault code: "wst:BadRequest".


SOAP_FAULT_EXPIRED_DATA

public static final QName SOAP_FAULT_EXPIRED_DATA
WS-Trust SOAP fault code: "wst:ExpiredData".


SOAP_FAULT_INVALID_TIME_RANGE

public static final QName SOAP_FAULT_INVALID_TIME_RANGE
WS-Trust SOAP fault code: "wst:InvalidTimeRange".


SOAP_FAULT_INVALID_SCOPE

public static final QName SOAP_FAULT_INVALID_SCOPE
WS-Trust SOAP fault code: "wst:InvalidScope".


SOAP_FAULT_RENEW_NEEDED

public static final QName SOAP_FAULT_RENEW_NEEDED
WS-Trust SOAP fault code: "wst:RenewNeeded".


SOAP_FAULT_UNABLE_TO_RENEW

public static final QName SOAP_FAULT_UNABLE_TO_RENEW
WS-Trust SOAP fault code: "wst:UnableToRenew".



Copyright © 2006-2013 Internet2. All Rights Reserved.