public class LibertyManagerImpl extends Object implements LibertyManagerIF
LibertyManagerImpl
implements the remotable
LibertyManagerIF
so that the JAX-RPC server endpoint can
invoke while processing for the remote client requests.Constructor and Description |
---|
LibertyManagerImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getDiscoveryResourceOffering(String tokenID,
String hostProviderID)
Returns the discovery service bootstrap resource offering.
|
String |
getDiscoveryServiceCredential(String tokenID,
String hostProviderID)
Returns the discovery service credential.
|
public String getDiscoveryResourceOffering(String tokenID, String hostProviderID) throws RemoteException
getDiscoveryResourceOffering
in interface LibertyManagerIF
tokenID
- Single Sign On Token ID.hostProviderID
- Hosted ProviderID
.String
Discovery Service Resource Offering.RemoteException
- if any failure.public String getDiscoveryServiceCredential(String tokenID, String hostProviderID) throws RemoteException
getDiscoveryServiceCredential
in interface LibertyManagerIF
tokenID
- Single Sign On Token ID.hostProviderID
- Hosted ProviderID
.String
Credential to access the discovery service.
null
if the credential does not present.RemoteException
- if any failure.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.