| com.sun.xml.ws.api.security.trust.WSTrustContract
WSTrustContract | public interface WSTrustContract (Code) | |
The Contract (SPI) to be used by an STS to handle an Incoming WS-Trust request and
send the corresponding response.
|
Method Summary | |
public V | cancel(K rst, IssuedTokenContext context, Map map) | public void | handleUnsolicited(V rstr, IssuedTokenContext context) handle an unsolicited RSTR like in the case of
Client Initiated Secure Conversation. | public void | init(STSConfiguration config) | public V | issue(K rst, IssuedTokenContext context) | public V | renew(K rst, IssuedTokenContext context) | public V | validate(K request, IssuedTokenContext context) |
handleUnsolicited | public void handleUnsolicited(V rstr, IssuedTokenContext context) throws WSTrustException(Code) | | handle an unsolicited RSTR like in the case of
Client Initiated Secure Conversation.
|
validate | public V validate(K request, IssuedTokenContext context) throws WSTrustException(Code) | | Validate a Token
|
|
|