com.ibm.wsspi.wssecurity.core.token.config
Interface ProviderConfiguration
All Superinterfaces:
All known subinterfaces:
- public interface ProviderConfiguration
- extends Configuration
This interface is a higher level encapsulation of the configuration for security token providers.
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getIssuerURI()
Retrieves the URL for the token issuer.
|
|
setIssuerURI(java.lang.String uri)
Sets the URL for the token issuer.
|
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration |
---|
validate |
Method Detail
getIssuerURI
- java.lang.String getIssuerURI()
Retrieves the URL for the token issuer.
Returns:
a string representing the URL for the token issuer.
setIssuerURI
- void setIssuerURI(java.lang.String uri)
Sets the URL for the token issuer.
Parameters:
uri
- that identifies and locates the token issuer.