public class WSSPolicyManager extends Object
WSSPolicyManager
class manages the WS-Security policy
configuration and is used to convert from ProviderConfig
to
WS-Security Policy and vice versa.Modifier and Type | Method and Description |
---|---|
String |
getInputPolicy(ProviderConfig providerConfig)
Returns the input policy for the given web service provider
configuration.
|
static WSSPolicyManager |
getInstance() |
String |
getOutputPolicy(ProviderConfig providerConfig)
Returns the output policy for the given web service provider
configuration.
|
String |
getPolicy(ProviderConfig providerConfig)
Returns the web service end point policy based on the provider
configuration.
|
String |
getSTSInputPolicy()
Returns the input policy for the STS service
|
String |
getSTSOutputPolicy()
Returns the output policy for the STS service
|
String |
getSTSPolicy()
Returns the STS end point policy
|
public static WSSPolicyManager getInstance()
public String getPolicy(ProviderConfig providerConfig) throws WSSPolicyException
providerConfig
- the provider configuration for a given provider
configuration.WSSPolicyException
public String getInputPolicy(ProviderConfig providerConfig) throws WSSPolicyException
providerConfig
- the provider configuration of a
web service provider.WSSPolicyException
public String getOutputPolicy(ProviderConfig providerConfig) throws WSSPolicyException
providerConfig
- the provider configuration of a web service
provider.WSSPolicyException
public String getSTSPolicy() throws WSSPolicyException
WSSPolicyException
public String getSTSInputPolicy() throws WSSPolicyException
WSSPolicyException
public String getSTSOutputPolicy() throws WSSPolicyException
WSSPolicyException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.