Package org.opensaml.soap.wstrust
Class WSTrustConstants
- java.lang.Object
-
- org.opensaml.soap.wstrust.WSTrustConstants
-
public final class WSTrustConstants extends Object
The WS-Trust 1.3 constants.- See Also:
- "WS-Trust 1.3 Specification"
-
-
Field Summary
Fields Modifier and Type Field Description static QNameSOAP_FAULT_AUTHENTICATION_BAD_ELEMENTSWS-Trust SOAP fault code: "wst:AuthenticationBadElements".static QNameSOAP_FAULT_BAD_REQUESTWS-Trust SOAP fault code: "wst:BadRequest".static QNameSOAP_FAULT_EXPIRED_DATAWS-Trust SOAP fault code: "wst:ExpiredData".static QNameSOAP_FAULT_FAILED_AUTHENTICATIONWS-Trust SOAP fault code: "wst:FailedAuthentication".static QNameSOAP_FAULT_INVALID_REQUESTWS-Trust SOAP fault code: "wst:InvalidRequest".static QNameSOAP_FAULT_INVALID_SCOPEWS-Trust SOAP fault code: "wst:InvalidScope".static QNameSOAP_FAULT_INVALID_SECURITY_TOKENWS-Trust SOAP fault code: "wst:InvalidSecurityToken".static QNameSOAP_FAULT_INVALID_TIME_RANGEWS-Trust SOAP fault code: "wst:InvalidTimeRange".static QNameSOAP_FAULT_RENEW_NEEDEDWS-Trust SOAP fault code: "wst:RenewNeeded".static QNameSOAP_FAULT_REQUEST_FAILEDWS-Trust SOAP fault code: "wst:RequestFailed".static QNameSOAP_FAULT_UNABLE_TO_RENEWWS-Trust SOAP fault code: "wst:UnableToRenew".static StringWSA_ACTION_RST_CANCELWS-Addressing RequestSecurityToken (RST) action URI 'Cancel'.static StringWSA_ACTION_RST_ISSUEWS-Addressing RequestSecurityToken (RST) action URI 'Issue'.static StringWSA_ACTION_RST_KETWS-Addressing RequestSecurityToken (RST) action URI 'KET'.static StringWSA_ACTION_RST_RENEWWS-Addressing RequestSecurityToken (RST) action URI 'Renew'.static StringWSA_ACTION_RST_STSCANCELWS-Addressing RequestSecurityToken (RST) action URI 'STSCancel'.static StringWSA_ACTION_RST_VALIDATEWS-Addressing RequestSecurityToken (RST) action URI 'Validate'.static StringWSA_ACTION_RSTR_CANCELWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Cancel'.static StringWSA_ACTION_RSTR_CANCEL_FINALWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'CancelFinal'.static StringWSA_ACTION_RSTR_ISSUEWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Issue'.static StringWSA_ACTION_RSTR_KETWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KET'.static StringWSA_ACTION_RSTR_KET_FINALWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'KETFinal'.static StringWSA_ACTION_RSTR_RENEWWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Renew'.static StringWSA_ACTION_RSTR_RENEW_FINALWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'RenewFinal'.static StringWSA_ACTION_RSTR_VALIDATEWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'Validate'.static StringWSA_ACTION_RSTR_VALIDATE_FINALWS-Addressing RequestSecurityTokenResponse (RSTR) action URI 'ValidateFinal'.static StringWSA_ACTION_RSTRC_ISSUE_FINALWS-Addressing RequestSecurityTokenResponseCollection (RSTRC) action URI 'Issue'.static StringWST_NSWS-Trust 1.3 namespace.static StringWST_PREFIXWS-Trust namespace prefix.static StringWST_VERSIONWS-Trust version.
-
Constructor Summary
Constructors Modifier Constructor Description privateWSTrustConstants()Constructor.
-
-
-
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".
-
-