IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.wssecurity.core.token.config
Interface ProviderConfiguration

All Superinterfaces:
Configuration
All Known Subinterfaces:
ProviderConfig, ProviderConfig

public interface ProviderConfiguration
extends Configuration

This interface is a higher level encapsulation of the configuration for security token providers.


Method Summary
 java.lang.String getIssuerURI()
          Retrieves the URL for the token issuer.
 void 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.

IBM WebSphere Application ServerTM
Release 8