Package | Description |
---|---|
com.sun.identity.wss.policy | |
com.sun.identity.wss.provider |
Defines Web Services provider classes.
|
com.sun.identity.wss.provider.plugins | |
com.sun.identity.wss.security |
Defines Web Services Security Token specification and Token interfaces
with their respective implementation classes for different WS-* Security
Tokens.
|
com.sun.identity.wss.security.handler |
Defines classes to handle WS-Security requests.
|
com.sun.identity.wss.sts |
Defines STS client API and end user token conversion interface (SPI) classes.
|
Modifier and Type | Method and Description |
---|---|
String |
WSSPolicyManager.getInputPolicy(ProviderConfig providerConfig)
Returns the input policy for the given web service provider
configuration.
|
String |
WSSPolicyManager.getOutputPolicy(ProviderConfig providerConfig)
Returns the output policy for the given web service provider
configuration.
|
String |
WSSPolicyManager.getPolicy(ProviderConfig providerConfig)
Returns the web service end point policy based on the provider
configuration.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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 |
ProviderConfig.saveProvider(ProviderConfig config)
Saves the Provider in the configuration repository.
|
Modifier and Type | Class and Description |
---|---|
class |
AgentProvider
This class
AgentProvider extends from
ProviderConfig to manage the web services
server provider or the web services client configuration via Access
Manager Agents. |
class |
AM71AgentProvider
This class
AM71AgentProvider extends from
ProviderConfig to manage the web services
server provider or the web services client configuration via Access
Manager Agents that are configured in Access Manager 7.1 |
Modifier and Type | Method and Description |
---|---|
static ProviderConfig |
WSSUtils.getConfigByDnsClaim(String dnsClaim,
String agentType) |
Modifier and Type | Method and Description |
---|---|
Object |
MessageAuthenticator.authenticate(Subject subject,
SecurityMechanism securityMechanism,
SecurityToken securityToken,
ProviderConfig config,
Object secureMessage,
boolean isLiberty)
Authenticates the web services client.
|
Object |
DefaultAuthenticator.authenticate(Subject subject,
SecurityMechanism securityMechanism,
SecurityToken securityToken,
ProviderConfig config,
Object secureMessage,
boolean isLiberty)
Authenticates the web services client.
|
boolean |
MessageAuthorizer.authorize(Subject subject,
Object secureMessage,
SecurityMechanism securityMechanism,
SecurityToken securityToken,
ProviderConfig config,
boolean isLiberty)
Authorizes the web services client.
|
boolean |
DefaultAuthorizer.authorize(Subject subject,
Object secureMessage,
SecurityMechanism securityMechanism,
SecurityToken securityToken,
ProviderConfig config,
boolean isLiberty)
Authorizes the web services client.
|
Constructor and Description |
---|
MessageProcessor(ProviderConfig config)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
TrustAuthorityClient.cancelIssuedToken(SecurityToken securityToken,
ProviderConfig pc)
Cancels the issued security token that was obtained from previous
interactions with Security Token Service (STS).
|
SecurityToken |
TrustAuthorityClient.getSecurityToken(ProviderConfig pc,
Object credential)
Returns the
SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS). |
SecurityToken |
TrustAuthorityClient.getSecurityToken(ProviderConfig pc,
Object credential,
javax.servlet.ServletContext context)
Returns the
SecurityToken for the web services client from
a trusted authority, which is Security Token Service (STS). |
SecurityToken |
TrustAuthorityClient.renewIssuedToken(SecurityToken securityToken,
ProviderConfig pc,
Object credential)
Renews the issued security token that was obtained from previous
interactions with Security Token Service (STS).
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.