|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RequesterConfiguration.RSTT13
WS-Trust 1.3 keys for RequesterConfig
used to specify the content of the RequestSecurityToken
trust request.
Example settings:
requestConfig.put(RequesterConfiguration.RSTT13.APPLIESTO_ADDRESS, "http://w3.appliesto.com/"); requestConfig.put(RequesterConfiguration.RSTT13.ISSUER_ADDRESS, "http://w3.issuer.com/"); requestConfig.put(RequesterConfiguration.RSTT13.KEYSIZE, "128"); requestConfig.put(RequesterConfiguration.RSTT13.KEYTYPE, WSSConstants.WST13.KEYTYPE_SYMMETRICKEY);Results in a request containing elements similar to:
<wst:RequestSecurityToken>
<wsp:AppliesTo>
<wsa:EndpointReference>
<wsa:Address>http://w3.appliesto.com/</wsa:Address>
</wsa:EndpointReference>
</wsp:AppliesTo>
<wst:Issuer>
<wsa:Address>http://w3.issuer.com/</wsa:Address>
</wst:Issuer>
<wst:KeySize>128</wst:KeySize>
<wst:KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey</wst:KeyType>
</wst:RequestSecurityToken>
Field Summary | |
---|---|
static java.lang.String |
KEYWRAPALGORITHM
Specifies the desired algorithm to use for key wrapping when the STS encrypts the issued token. |
Field Detail |
---|
static final java.lang.String KEYWRAPALGORITHM
When set, the trust request will include the wst:KeyWrapAlgorithm
element as shown below. The specified algorithm is indicated by "...".
<wst:KeyWrapAlgorithm>...</wst:KeyWrapAlgorithm>
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |