Uses of Class
org.apache.wss4j.dom.message.WSSecBase
-
Packages that use WSSecBase Package Description org.apache.cxf.ws.security.wss4j.policyhandlers org.apache.wss4j.dom.message org.apache.wss4j.dom.saml -
-
Uses of WSSecBase in org.apache.cxf.ws.security.wss4j.policyhandlers
Subclasses of WSSecBase in org.apache.cxf.ws.security.wss4j.policyhandlers Modifier and Type Class Description classWSSecurityTokenHolderMethods in org.apache.cxf.ws.security.wss4j.policyhandlers with parameters of type WSSecBase Modifier and Type Method Description voidAbstractBindingBuilder. setKeyIdentifierType(WSSecBase secBase, AbstractToken token) -
Uses of WSSecBase in org.apache.wss4j.dom.message
Subclasses of WSSecBase in org.apache.wss4j.dom.message Modifier and Type Class Description classWSSecDerivedKeyBaseBase class for DerivedKey encryption and signatureclassWSSecDKEncryptEncrypts and signs parts of a message with derived keys derived from a symmetric key.classWSSecDKSignBuilder to sign with derived keysclassWSSecEncryptEncrypts a parts of a message according to WS Specification, X509 profile, and adds the encryption data.classWSSecEncryptedKeyBuilder class to build an EncryptedKey.classWSSecSAMLTokenBuilds a WS SAML Assertion and inserts it into the SOAP Envelope.classWSSecSignatureCreates a Signature according to WS Specification, X509 profile.classWSSecSignatureBaseThis is the base class for WS Security messages that are used for signature generation or verification.classWSSecSignatureConfirmationBuilds a WS SignatureConfirmation and inserts it into the SOAP Envelope.classWSSecTimestampBuilds a WS Timestamp and inserts it into the SOAP Envelope.classWSSecUsernameTokenBuilds a WS UsernameToken. -
Uses of WSSecBase in org.apache.wss4j.dom.saml
Subclasses of WSSecBase in org.apache.wss4j.dom.saml Modifier and Type Class Description classWSSecSignatureSAML
-