Uses of Interface
org.opensaml.soap.wssecurity.IdBearing
Package | Description |
---|---|
org.opensaml.soap.wspolicy |
XMLObject interfaces for WS-Policy 1.2 elements.
|
org.opensaml.soap.wspolicy.impl |
XML Object provider implementations for WS-Policy.
|
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 IdBearing in org.opensaml.soap.wspolicy
Subinterfaces of IdBearing in org.opensaml.soap.wspolicy Modifier and Type Interface Description interface
Policy
The wsp:Policy element. -
Uses of IdBearing in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl that implement IdBearing Modifier and Type Class Description class
PolicyImpl
PolicyImpl. -
Uses of IdBearing in org.opensaml.soap.wssecurity
Subinterfaces of IdBearing in org.opensaml.soap.wssecurity Modifier and Type Interface Description interface
AttributedDateTime
Interface for elements of complex type AttributedDateTime.interface
AttributedString
Interface for elements of complex type AttributedString.interface
AttributedURI
Interface for elements of complex type AttributedURI.interface
BinarySecurityToken
The <wsse:BinarySecurityToken> element.interface
Created
The <wsu:Created> element.interface
EncodedString
Interface for elements of complex type EncodedString.interface
EncryptedHeader
The <wsse:EncryptedHeader> element.interface
Expires
The <wsu:Expires> element.interface
KeyIdentifier
The <wsse:KeyIdentifier> element.interface
Nonce
The <wsse:Nonce> element within a <wsse:UsernameToken> element.interface
Password
ThePassword
element.interface
SecurityTokenReference
The <wsse:SecurityTokenReference> element.interface
SignatureConfirmation
The <wsse11:SignatureConfirmation> element.interface
Timestamp
The <wsu:Timestamp> element.interface
Username
The <wsse:Username> element within the <wsse:UsernameToken> element.interface
UsernameToken
The <wsse:UsernameToken> element. -
Uses of IdBearing in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement IdBearing Modifier and Type Class Description class
AttributedDateTimeImpl
Implementation ofAttributedDateTime
.class
AttributedStringImpl
Implementation ofAttributedString
.class
AttributedURIImpl
Implementation ofAttributedURI
.class
BinarySecurityTokenImpl
BinarySecurityTokenImpl.class
CreatedImpl
CreatedImpl.class
EncodedStringImpl
Implementation ofEncodedString
.class
EncryptedHeaderImpl
Implementation ofEncryptedHeader
.class
ExpiresImpl
ExpiresImpl.class
KeyIdentifierImpl
KeyIdentifierImpl.class
NonceImpl
NonceImpl.class
PasswordImpl
PasswordImpl.class
SecurityTokenReferenceImpl
SecurityTokenReferenceImpl.class
SignatureConfirmationImpl
SignatureConfirmationImpl.class
TimestampImpl
Concrete implementation ofTimestamp
.class
UsernameImpl
Implementation ofUsername
.class
UsernameTokenImpl
Implementation ofUsernameToken
.