Package | Description |
---|---|
com.sun.identity.liberty.ws.authnsvc.protocol |
Provides classes to manage liberty authentication service protocol.
|
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.soapbinding |
Provides classes to manage Liberty SOAP Binding.
|
com.sun.identity.saml2.common |
Defines common SAMLv2 utilities and constants.
|
com.sun.identity.wss.security.handler |
Defines classes to handle WS-Security requests.
|
com.sun.liberty.jaxrpc |
Provides remotable interfaces for the remote clients that require Liberty
protocol objects such as Discovery Service information.
|
Modifier and Type | Method and Description |
---|---|
ResourceOffering |
SASLResponse.getResourceOffering()
Deprecated.
Returns Element
ResourceOffering . |
Modifier and Type | Method and Description |
---|---|
void |
SASLResponse.setResourceOffering(ResourceOffering resourceOffering)
Deprecated.
Sets Element
ResourceOffering . |
Modifier and Type | Method and Description |
---|---|
ResourceOffering |
InsertEntry.getResourceOffering()
Gets the resource offering to be inserted.
|
Modifier and Type | Method and Description |
---|---|
void |
InsertEntry.setResourceOffering(ResourceOffering value)
Sets the resource offering to be inserted.
|
Constructor and Description |
---|
DiscoveryClient(ResourceOffering resourceOffering,
Object session,
String providerID)
Constructor, connects to Discovery Service specified by the resource
offering, security mechanism/SOAP endpoint defined in the
ResourceOffering will be used. |
DiscoveryClient(ResourceOffering resourceOffering,
Object session,
String providerID,
List assertions)
Constructor, connects to Discovery Service specified by the resource
offering, security mechanism/SOAP endpoint defined in the
ResourceOffering will be used. |
InsertEntry(ResourceOffering resourceOffering,
List any)
Constructor.
|
Constructor and Description |
---|
DSTClient(ResourceOffering resourceOffering,
String providerID,
Object credential)
Constructor
Creates a data service template client instance.
|
DSTClient(ResourceOffering resourceOffering,
String providerID,
Object credential,
javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
Contructor
Creates a data service template client instance.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
MessageProcessor.secureRequest(ResourceOffering offering,
List credentials,
String serviceType,
SOAPMessage soapMessage,
Map sharedData)
Secures the request by getting the credential from the discovery
service.
|
Modifier and Type | Method and Description |
---|---|
static ResourceOffering |
SAML2SDKUtils.getDiscoveryBootStrapResourceOffering(javax.servlet.http.HttpServletRequest request)
Gets the Discovery bootstrap resource offering in an attribute
statement.
|
Modifier and Type | Method and Description |
---|---|
SOAPMessage |
MessageProcessor.secureRequest(ResourceOffering offering,
List credentials,
String serviceType,
SOAPMessage soapMessage,
Map sharedData)
Secures the request by getting the credential from the discovery
service.
|
Modifier and Type | Method and Description |
---|---|
ResourceOffering |
LibertyManagerClient.getDiscoveryResourceOffering(Object token,
String hostProviderID)
Returns the discovery service bootstrap resource offering.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.