public interface ProviderConfiguration extends Configuration
This interface is a higher level encapsulation of the configuration for security token providers.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIssuerURI()
Retrieves the URL for the token issuer.
|
void |
setIssuerURI(java.lang.String uri)
Sets the URL for the token issuer.
|
validatejava.lang.String getIssuerURI()
void setIssuerURI(java.lang.String uri)
uri - that identifies and locates the token issuer.