|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.security.secconv.WSSCClientContract
public class WSSCClientContract
Constructor Summary | |
---|---|
WSSCClientContract()
|
Method Summary | |
---|---|
boolean |
containsChallenge(RequestSecurityTokenResponse rstr)
Contains Challenge |
RequestSecurityTokenResponse |
createRSTRForClientInitiatedIssuedTokenContext(com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes,
com.sun.xml.ws.security.IssuedTokenContext context)
Create an RSTR for a client initiated IssuedTokenContext establishment, for example a Client Initiated WS-SecureConversation context. |
java.net.URI |
getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
Return the <wst:ComputedKey> URI if any inside the RSTR, null otherwise |
void |
handleRSTR(RequestSecurityToken rst,
RequestSecurityTokenResponse rstr,
com.sun.xml.ws.security.IssuedTokenContext context)
Handle an RSTR returned by the Issuer and update Token information into the IssuedTokenContext. |
void |
handleRSTRC(RequestSecurityToken rst,
RequestSecurityTokenResponseCollection rstrc,
com.sun.xml.ws.security.IssuedTokenContext context)
Handle an RSTRC returned by the Issuer and update Token information into the IssuedTokenContext. |
RequestSecurityTokenResponse |
handleRSTRForNegotiatedExchange(RequestSecurityToken rst,
RequestSecurityTokenResponse rstr,
com.sun.xml.ws.security.IssuedTokenContext context)
Handle an RSTR returned by the Issuer and Respond to the Challenge |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSSCClientContract()
Method Detail |
---|
public void handleRSTR(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationException
public void handleRSTRC(RequestSecurityToken rst, RequestSecurityTokenResponseCollection rstrc, com.sun.xml.ws.security.IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationException
public RequestSecurityTokenResponse handleRSTRForNegotiatedExchange(RequestSecurityToken rst, RequestSecurityTokenResponse rstr, com.sun.xml.ws.security.IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationException
public RequestSecurityTokenResponse createRSTRForClientInitiatedIssuedTokenContext(com.sun.xml.ws.policy.impl.bindings.AppliesTo scopes, com.sun.xml.ws.security.IssuedTokenContext context) throws WSSecureConversationException
WSSecureConversationException
public boolean containsChallenge(RequestSecurityTokenResponse rstr)
public java.net.URI getComputedKeyAlgorithmFromProofToken(RequestSecurityTokenResponse rstr)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |