public interface LibertyManagerIF extends Remote
LibertyManagerIF
is a JAX-RPC interface
for the remote clients that require Liberty protocol objects such
as Discovery Service information.
JSR196 client HTTP provider is one consumer of this interface.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.
|
String getDiscoveryResourceOffering(String tokenID, String hostProviderID) throws RemoteException
tokenID
- Single Sign On Token ID.hostProviderID
- Hosted ProviderID
.RemoteException
- if any failure.String getDiscoveryServiceCredential(String tokenID, String hostProviderID) throws RemoteException
tokenID
- Single Sign On Token ID.hostProviderID
- Hosted ProviderID
RemoteException
- if any failure.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.