Package | Description |
---|---|
com.sun.identity.wss.provider |
Defines Web Services provider classes.
|
com.sun.identity.wss.provider.plugins |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TrustAuthorityConfig.delete()
Deletes the trust authrority configuration.
|
protected abstract void |
ProviderConfig.delete()
Deletes the provider configuration.
|
static void |
TrustAuthorityConfig.deleteConfig(String name,
String type)
Deletes the trust authority configuration.
|
static void |
ProviderConfig.deleteProvider(String providerName,
String providerType)
Removes the provider configuration.
|
static TrustAuthorityConfig |
TrustAuthorityConfig.getConfig(String name,
String type)
Returns the trust authority configuration object.
|
static ProviderConfig |
ProviderConfig.getProvider(String providerName,
String providerType)
Returns the provider configuration for a given provider name.
|
static ProviderConfig |
ProviderConfig.getProvider(String providerName,
String providerType,
boolean initialize)
Returns the provider configuration for a given provider name.
|
static ProviderConfig |
ProviderConfig.getProviderByEndpoint(String endpoint,
String providerType)
Returns the provider configuration for a given end point
|
protected abstract void |
TrustAuthorityConfig.init(String name,
String type,
SSOToken ssoToken)
Initialize the trust authority.
|
protected abstract void |
ProviderConfig.init(String providerName,
String providerType,
SSOToken token,
boolean isEndPoint)
Initializes the provider.
|
void |
DiscoveryConfig.registerProviderWithTA(ProviderConfig config,
String serviceURI)
Registers the Discovery client configuration with trusted authority.
|
void |
DiscoveryConfig.registerProviderWithTA(ProviderConfig config,
String serviceURI,
boolean unregister)
Registers the Discovery client configuration with trusted authority.
|
static void |
TrustAuthorityConfig.saveConfig(TrustAuthorityConfig config)
Saves the trust authority configuration.
|
static void |
ProviderConfig.saveProvider(ProviderConfig config)
Saves the Provider in the configuration repository.
|
void |
ProviderConfig.setKeyStore(String fileName,
String keyStorePassword,
String keyPassword)
Sets the keystore for this provider.
|
protected abstract void |
TrustAuthorityConfig.store()
Saves the trust authority configuration.
|
protected abstract void |
ProviderConfig.store()
Stores the provider configuration.
|
void |
DiscoveryConfig.unregisterProviderWithTA(String serviceURI)
Unregisters the provider with trusted authority.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryAgent.delete() |
void |
AM71AgentProvider.delete() |
void |
STSAgent.delete() |
void |
AgentProvider.delete() |
void |
DiscoveryAgent.init(String name,
String type,
SSOToken token) |
void |
STSAgent.init(String name,
String type,
SSOToken token) |
void |
AM71AgentProvider.init(String providerName,
String providerType,
SSOToken token,
boolean isEndpoint) |
void |
AgentProvider.init(String providerName,
String providerType,
SSOToken token,
boolean isEndPoint) |
void |
DiscoveryAgent.store() |
void |
AM71AgentProvider.store() |
void |
STSAgent.store() |
void |
AgentProvider.store() |
Constructor and Description |
---|
DiscoveryAgent(AMIdentity amIdentity) |
STSAgent(AMIdentity amIdentity) |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.