IBM WebSphere Application ServerTM
Release 8

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

All Superinterfaces:
Configuration
All Known Subinterfaces:
RequesterConfig, RequesterConfig

public interface RequesterConfiguration
extends Configuration

These are the RSTT settings that can be set on the trust client's RequestorConfig instance. They configure the information included in a trust request.


Nested Class Summary
static interface RequesterConfiguration.RSTT
          WS-Trust 1.2 keys for RequesterConfig used to specify the content of the RequestSecurityToken trust request.
static interface RequesterConfiguration.RSTT13
          WS-Trust 1.3 keys for RequesterConfig used to specify the content of the RequestSecurityToken trust request.
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getRSTTProperties()
          Returns the map of current RSTT settings.
 void setRSTTProperties(java.util.Map<java.lang.String,java.lang.String> map)
          Adds additional settings to the current the map of RSTT settings.
 
Methods inherited from interface com.ibm.wsspi.wssecurity.core.config.Configuration
validate
 

Method Detail

getRSTTProperties

java.util.Map<java.lang.String,java.lang.String> getRSTTProperties()
Returns the map of current RSTT settings.


setRSTTProperties

void setRSTTProperties(java.util.Map<java.lang.String,java.lang.String> map)
Adds additional settings to the current the map of RSTT settings.


IBM WebSphere Application ServerTM
Release 8