public interface RequesterConfiguration extends Configuration
Modifier and Type | Interface and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
validate
java.util.Map<java.lang.String,java.lang.String> getRSTTProperties()
void setRSTTProperties(java.util.Map<java.lang.String,java.lang.String> map)