Package | Description |
---|---|
com.sun.identity.wss.trust | |
com.sun.identity.wss.trust.wst10 | |
com.sun.identity.wss.trust.wst13 |
Modifier and Type | Method and Description |
---|---|
RequestSecurityToken |
WSTrustFactory.createRequestSecurityToken(Element element)
Returns an instance of
RequestSecurityToken for
given DOM Element. |
RequestSecurityTokenResponse |
WSTrustFactory.createRequestSecurityTokenResponse(Element element)
Returns an instance of
RequestSecurityTokenResponse for
a given DOM element |
RequestSecurityTokenResponseCollection |
WSTrustFactory.createRequestSecurityTokenResponseCollection(Element element)
Returns an instance of
RequestSecurityTokenResponseCollection
for a given DOM Element. |
static WSTrustFactory |
WSTrustFactory.newInstance()
Returns an instance of
WSTrustFactory for the default
WS-Trust protocol 1.0 |
static WSTrustFactory |
WSTrustFactory.newInstance(String protocolVersion)
Returns an instance of
WSTrustFactory for the given
protocol version. |
abstract Element |
RequestedProofToken.toDOMElement()
Returns the DOM Element representation for the requested proof token.
|
abstract Element |
BinarySecret.toDOMElement()
Returns the DOM Element representation for the binary secret.
|
abstract Element |
RequestSecurityTokenResponse.toDOMElement()
Converts into DOM Element.
|
abstract Element |
RequestSecurityTokenResponseCollection.toDOMElement()
Converts into DOM Element.
|
abstract Element |
RequestSecurityToken.toDOMElement()
Returns the DOM Element representation for the request security token.
|
abstract String |
RequestedProofToken.toXMLString()
Converts into XML String
|
abstract String |
BinarySecret.toXMLString()
Converts into XML String
|
abstract String |
RequestSecurityTokenResponse.toXMLString()
Converts into XML String
|
abstract String |
RequestSecurityTokenResponseCollection.toXMLString()
Converts into XML String.
|
abstract String |
RequestSecurityToken.toXMLString()
Converts into XML String
|
Constructor and Description |
---|
ClaimType(Element element)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Element |
RequestSecurityTokenResponse_Impl.toDOMElement() |
Element |
BinarySecret_Impl.toDOMElement()
Returns the DOM Element representation for the binary secret.
|
Element |
RequestedProofToken_Impl.toDOMElement() |
Element |
RequestSecurityTokenResponseCollection_Impl.toDOMElement() |
Element |
RequestSecurityToken_Impl.toDOMElement() |
String |
RequestSecurityTokenResponse_Impl.toXMLString() |
String |
BinarySecret_Impl.toXMLString()
Converts into XML String
|
String |
RequestedProofToken_Impl.toXMLString() |
String |
RequestSecurityTokenResponseCollection_Impl.toXMLString() |
String |
RequestSecurityToken_Impl.toXMLString() |
Constructor and Description |
---|
BinarySecret_Impl(Element element) |
RequestedProofToken_Impl(Element element) |
RequestSecurityToken_Impl(Element element) |
RequestSecurityTokenResponse_Impl(Element element) |
RequestSecurityTokenResponseCollection_Impl(Element element) |
Modifier and Type | Method and Description |
---|---|
Element |
RequestSecurityTokenResponse_Impl.toDOMElement() |
Element |
BinarySecret_Impl.toDOMElement()
Returns the DOM Element representation for the binary secret.
|
Element |
RequestedProofToken_Impl.toDOMElement() |
Element |
RequestSecurityTokenResponseCollection_Impl.toDOMElement() |
Element |
RequestSecurityToken_Impl.toDOMElement() |
String |
RequestSecurityTokenResponse_Impl.toXMLString() |
String |
BinarySecret_Impl.toXMLString()
Converts into XML String
|
String |
RequestedProofToken_Impl.toXMLString() |
String |
RequestSecurityTokenResponseCollection_Impl.toXMLString() |
String |
RequestSecurityToken_Impl.toXMLString() |
Constructor and Description |
---|
BinarySecret_Impl(Element element) |
RequestedProofToken_Impl(Element element) |
RequestSecurityToken_Impl(Element element) |
RequestSecurityTokenResponse_Impl(Element element) |
RequestSecurityTokenResponseCollection_Impl(Element element) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.