com.ibm.wsspi.wssecurity.core.token.config
Interface RequesterConfiguration
All Superinterfaces:
All known subinterfaces:
- public interface RequesterConfiguration
- extends Configuration
Nested Class Summary
Modifier and Type | Interface and Description |
---|---|
|
RequesterConfiguration.RSTT
WS-Trust 1.2 keys for
RequesterConfig used to specify the content of the RequestSecurityToken
trust request.
|
|
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 |
---|---|
|
getRSTTProperties()
Returns the map of current RSTT settings.
|
|
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.