Class WSSecurityEventConstants


  • public abstract class WSSecurityEventConstants
    extends org.apache.xml.security.stax.securityEvent.SecurityEventConstants
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.xml.security.stax.securityEvent.SecurityEventConstants

        org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event DERIVED_KEY_TOKEN  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event ENCRYPTED_PART  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event HTTPS_TOKEN  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event ISSUED_TOKEN  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event KERBEROS_TOKEN  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event NO_SECURITY  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event OPERATION  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event REL_TOKEN  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event REQUIRED_ELEMENT  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event REQUIRED_PART  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SAML_TOKEN  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SECURITY_CONTEXT_TOKEN  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SIGNATURE_CONFIRMATION  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SIGNED_PART  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event TIMESTAMP  
      static org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event USERNAME_TOKEN  
      • Fields inherited from class org.apache.xml.security.stax.securityEvent.SecurityEventConstants

        AlgorithmSuite, ContentEncrypted, DefaultToken, EncryptedElement, EncryptedKeyToken, KeyNameToken, KeyValueToken, SignatureValue, SignedElement, X509Token
    • Field Detail

      • NO_SECURITY

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event NO_SECURITY
      • OPERATION

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event OPERATION
      • TIMESTAMP

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event TIMESTAMP
      • SIGNED_PART

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SIGNED_PART
      • ENCRYPTED_PART

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event ENCRYPTED_PART
      • REQUIRED_ELEMENT

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event REQUIRED_ELEMENT
      • REQUIRED_PART

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event REQUIRED_PART
      • ISSUED_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event ISSUED_TOKEN
      • KERBEROS_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event KERBEROS_TOKEN
      • SAML_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SAML_TOKEN
      • SECURITY_CONTEXT_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SECURITY_CONTEXT_TOKEN
      • REL_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event REL_TOKEN
      • USERNAME_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event USERNAME_TOKEN
      • HTTPS_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event HTTPS_TOKEN
      • DERIVED_KEY_TOKEN

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event DERIVED_KEY_TOKEN
      • SIGNATURE_CONFIRMATION

        public static final org.apache.xml.security.stax.securityEvent.SecurityEventConstants.Event SIGNATURE_CONFIRMATION
    • Constructor Detail

      • WSSecurityEventConstants

        public WSSecurityEventConstants()