public interface WSTrustClientContract
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsChallenge(RequestSecurityTokenResponse rstr)
Contains Challenge
|
BaseSTSResponse |
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(BaseSTSRequest request,
BaseSTSResponse response,
IssuedTokenContext context)
Handle an RSTR returned by the Issuer and update Token information into the
IssuedTokenContext.
|
BaseSTSResponse |
handleRSTRForNegotiatedExchange(BaseSTSRequest rst,
BaseSTSResponse rstr,
IssuedTokenContext context)
Handle an RSTR returned by the Issuer and Respond to the Challenge
|
void handleRSTR(BaseSTSRequest request, BaseSTSResponse response, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionBaseSTSResponse handleRSTRForNegotiatedExchange(BaseSTSRequest rst, BaseSTSResponse rstr, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionBaseSTSResponse createRSTRForClientInitiatedIssuedTokenContext(AppliesTo scopes, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionboolean containsChallenge(RequestSecurityTokenResponse rstr)
URI getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
Copyright © 2005–2018 Oracle Corporation. All rights reserved.