Package | Description |
---|---|
com.sun.identity.liberty.ws.disco |
Provides interface to manage liberty discovery service.
|
com.sun.identity.liberty.ws.dst |
Defines DST.
|
com.sun.identity.liberty.ws.security |
Provides interface to manage liberty security
|
com.sun.identity.liberty.ws.soapbinding |
Provides classes to manage Liberty SOAP Binding.
|
Constructor and Description |
---|
DiscoveryClient(BinarySecurityToken token,
String soapURI,
String providerID)
Constructor, connects to Discovery Service using
WSS X509
Token. |
Modifier and Type | Method and Description |
---|---|
void |
DSTClient.setBinarySecurityToken(BinarySecurityToken binaryToken)
Sets the binary security token.
|
Constructor and Description |
---|
DSTClient(BinarySecurityToken token,
String soapURI,
String providerID)
Constructor
The constructor connects to the data Service using
WSS X509
Token. |
DSTClient(BinarySecurityToken token,
String soapURI,
String providerID,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Constructor
The constructor connects to Data Service with
WSS
SAML token, the HttpServletRequest and
HttpServletResponse object of the current request
agent will be used for resource owner interactions if needed. |
Modifier and Type | Method and Description |
---|---|
BinarySecurityToken |
SecurityTokenProvider.getX509CertificateToken()
Gets the
X509 certificate Token. |
BinarySecurityToken |
SecurityTokenManager.getX509CertificateToken()
Returns the
X509 certificate Token. |
Modifier and Type | Method and Description |
---|---|
BinarySecurityToken |
Message.getBinarySecurityToken()
Returns a binary security token used for signing.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.setBinarySecurityToken(BinarySecurityToken binaryToken)
Sets a binary security token for this message.
|
Constructor and Description |
---|
Message(ProviderHeader providerHeader,
BinarySecurityToken token)
This constructor takes a binary security token for signing.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.