Class WSTrustConstants


  • public final class WSTrustConstants
    extends Object
    The WS-Trust 1.3 constants.
    See Also:
    "WS-Trust 1.3 Specification"
    • Field Detail

      • 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".
    • Constructor Detail

      • WSTrustConstants

        private WSTrustConstants()
        Constructor. Private to prevent instantiation.