public class WSSCClientContract extends Object
| Constructor and Description |
|---|
WSSCClientContract() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsChallenge(RequestSecurityTokenResponse rstr)
Contains Challenge
|
RequestSecurityTokenResponse |
createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes,
IssuedTokenContext context)
Create an RSTR for a client initiated IssuedTokenContext establishment,
for example a Client Initiated WS-SecureConversation context.
|
URI |
getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwise
|
void |
handleRSTR(RequestSecurityToken rst,
RequestSecurityTokenResponse rstr,
IssuedTokenContext context)
Handle an RSTR returned by the Issuer and update Token information into the
IssuedTokenContext.
|
void |
handleRSTRC(RequestSecurityToken rst,
RequestSecurityTokenResponseCollection rstrc,
IssuedTokenContext context)
Handle an RSTRC returned by the Issuer and update Token information into the
IssuedTokenContext.
|
RequestSecurityTokenResponse |
handleRSTRForNegotiatedExchange(RequestSecurityToken rst,
RequestSecurityTokenResponse rstr,
IssuedTokenContext context)
Handle an RSTR returned by the Issuer and Respond to the Challenge
|
public void handleRSTR(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationExceptionpublic void handleRSTRC(RequestSecurityToken rst, RequestSecurityTokenResponseCollection rstrc, IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationExceptionpublic RequestSecurityTokenResponse handleRSTRForNegotiatedExchange(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationExceptionpublic RequestSecurityTokenResponse createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationExceptionpublic boolean containsChallenge(RequestSecurityTokenResponse rstr)
public URI getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.