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

Interface RequesterConfiguration

All Superinterfaces:
Configuration
All known subinterfaces:
RequesterConfig, RequesterConfig

  1. public interface RequesterConfiguration
  2. 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

Modifier and Type Interface and Description
  1. static interface
RequesterConfiguration.RSTT
WS-Trust 1.2 keys for RequesterConfig used to specify the content of the RequestSecurityToken trust request.
  1. static interface
RequesterConfiguration.RSTT13
WS-Trust 1.3 keys for RequesterConfig used to specify the content of the RequestSecurityToken trust request.

Method Summary

Modifier and Type Method and Description
  1. java.util.Map<java.lang.String,java.lang.String>
getRSTTProperties()
Returns the map of current RSTT settings.
  1. 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

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

setRSTTProperties

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