Uses of Interface
org.opensaml.soap.wssecurity.WSSecurityObject
-
Packages that use WSSecurityObject Package Description org.opensaml.soap.wssecurity XMLObject interfaces for WS-Security 1.1 elements.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security. -
-
Uses of WSSecurityObject in org.opensaml.soap.wssecurity
Classes in org.opensaml.soap.wssecurity with type parameters of type WSSecurityObject Modifier and Type Interface Description interfaceWSSecurityObjectBuilder<WSSecurityObjectType extends WSSecurityObject>WSSecurityObjectBuilder.Subinterfaces of WSSecurityObject in org.opensaml.soap.wssecurity Modifier and Type Interface Description interfaceAttributedDateTimeInterface for elements of complex type AttributedDateTime.interfaceAttributedStringInterface for elements of complex type AttributedString.interfaceAttributedURIInterface for elements of complex type AttributedURI.interfaceBinarySecurityTokenThe <wsse:BinarySecurityToken> element.interfaceCreatedThe <wsu:Created> element.interfaceEmbeddedthe <wsse:Embedded> element.interfaceEncodedStringInterface for elements of complex type EncodedString.interfaceEncryptedHeaderThe <wsse:EncryptedHeader> element.interfaceExpiresThe <wsu:Expires> element.interfaceIterationThe <wsse11:Iteration> element within a <wsse:UsernameToken> element.interfaceKeyIdentifierThe <wsse:KeyIdentifier> element.interfaceNonceThe <wsse:Nonce> element within a <wsse:UsernameToken> element.interfacePasswordThePasswordelement.interfaceReferenceThe <wsse:Reference> empty element.interfaceSaltThe <wsse11:Salt> element within the <wsse:UsernameToken> element.interfaceSecurityThe <wsse:Security> header block.interfaceSecurityTokenReferenceThe <wsse:SecurityTokenReference> element.interfaceSignatureConfirmationThe <wsse11:SignatureConfirmation> element.interfaceTimestampThe <wsu:Timestamp> element.interfaceTransformationParametersThe <wsse:TransformationParameters> element.interfaceUsernameThe <wsse:Username> element within the <wsse:UsernameToken> element.interfaceUsernameTokenThe <wsse:UsernameToken> element. -
Uses of WSSecurityObject in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl with type parameters of type WSSecurityObject Modifier and Type Class Description classAbstractWSSecurityObjectBuilder<WSSecurityObjectType extends WSSecurityObject>AbstractWSSecurityObjectBuilder.Classes in org.opensaml.soap.wssecurity.impl that implement WSSecurityObject Modifier and Type Class Description classAbstractWSSecurityObjectAbstractWSSecurityObject.classAttributedDateTimeImplImplementation ofAttributedDateTime.classAttributedStringImplImplementation ofAttributedString.classAttributedURIImplImplementation ofAttributedURI.classBinarySecurityTokenImplBinarySecurityTokenImpl.classCreatedImplCreatedImpl.classEmbeddedImplEmbeddedImpl is the concrete implementation ofEmbedded.classEncodedStringImplImplementation ofEncodedString.classEncryptedHeaderImplImplementation ofEncryptedHeader.classExpiresImplExpiresImpl.classIterationImplIterationImpl.classKeyIdentifierImplKeyIdentifierImpl.classNonceImplNonceImpl.classPasswordImplPasswordImpl.classReferenceImplReferenceImpl.classSaltImplSaltImpl.classSecurityImplSecurityImpl implements the <wsse:Security> header.classSecurityTokenReferenceImplSecurityTokenReferenceImpl.classSignatureConfirmationImplSignatureConfirmationImpl.classTimestampImplConcrete implementation ofTimestamp.classTransformationParametersImplTransformationParametersImpl implements the <wsse:TransformationParameters> element.classUsernameImplImplementation ofUsername.classUsernameTokenImplImplementation ofUsernameToken.
-