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

Interface ProviderConfiguration

All Superinterfaces:
Configuration
All known subinterfaces:
ProviderConfig, ProviderConfig

  1. public interface ProviderConfiguration
  2. extends Configuration

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


Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getIssuerURI()
Retrieves the URL for the token issuer.
  1. 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

  1. java.lang.String getIssuerURI()
Retrieves the URL for the token issuer.
Returns:
a string representing the URL for the token issuer.

setIssuerURI

  1. void setIssuerURI(java.lang.String uri)
Sets the URL for the token issuer.
Parameters:
uri - that identifies and locates the token issuer.