public final class LibertyManagerClient extends Object
final
class is used to retrieve the Liberty protocol
objects such as Discovery Service Boot Strap information after
successful Liberty ID-FF(Identity Federation) Single Sign-on. This
information will be used by the remote OpenAM clients such as
web service client providers for bootstrapping into Liberty ID-WSF
(Identity web services framework).Modifier and Type | Field and Description |
---|---|
static Map |
bootStrapCache |
static String |
DISCO_CRED |
static String |
DISCO_RO |
Constructor and Description |
---|
LibertyManagerClient()
Constructs the LibertyManager Client
|
Modifier and Type | Method and Description |
---|---|
ResourceOffering |
getDiscoveryResourceOffering(Object token,
String hostProviderID)
Returns the discovery service bootstrap resource offering.
|
SecurityAssertion |
getDiscoveryServiceCredential(Object token,
String hostProviderID)
Returns the discovery service credential.
|
public static final String DISCO_RO
public static final String DISCO_CRED
public static Map bootStrapCache
public LibertyManagerClient()
public ResourceOffering getDiscoveryResourceOffering(Object token, String hostProviderID) throws FSException
token
- Single Sign On Token.hostProviderID
- Hosted ProviderID
.ResourceOffering
Discovery Service bootstrap
resource offering.FSException
- if any failure.public SecurityAssertion getDiscoveryServiceCredential(Object token, String hostProviderID) throws FSException
token
- Single Sign On Token.hostProviderID
- Hosted ProviderID
.SecurityAssertion
Discovery Service Bootstrap
Credential.FSException
- if any failure.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.