Uses of Interface
org.opensaml.soap.wssecurity.AttributedString
-
Packages that use AttributedString 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 AttributedString in org.opensaml.soap.wssecurity
Subinterfaces of AttributedString in org.opensaml.soap.wssecurity Modifier and Type Interface Description interfaceBinarySecurityTokenThe <wsse:BinarySecurityToken> element.interfaceEncodedStringInterface for elements of complex type EncodedString.interfaceKeyIdentifierThe <wsse:KeyIdentifier> element.interfaceNonceThe <wsse:Nonce> element within a <wsse:UsernameToken> element.interfacePasswordThePasswordelement.interfaceUsernameThe <wsse:Username> element within the <wsse:UsernameToken> element. -
Uses of AttributedString in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement AttributedString Modifier and Type Class Description classAttributedStringImplImplementation ofAttributedString.classBinarySecurityTokenImplBinarySecurityTokenImpl.classEncodedStringImplImplementation ofEncodedString.classKeyIdentifierImplKeyIdentifierImpl.classNonceImplNonceImpl.classPasswordImplPasswordImpl.classUsernameImplImplementation ofUsername.
-