public interface WSTrustContract<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
cancel(K rst,
IssuedTokenContext context,
Map map)
Cancel a Token
|
void |
handleUnsolicited(V rstr,
IssuedTokenContext context)
handle an unsolicited RSTR like in the case of
Client Initiated Secure Conversation.
|
void |
init(STSConfiguration config) |
V |
issue(K rst,
IssuedTokenContext context)
Issue a Token
|
V |
renew(K rst,
IssuedTokenContext context)
Renew a Token
|
V |
validate(K request,
IssuedTokenContext context)
Validate a Token
|
void init(STSConfiguration config)
V issue(K rst, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionV renew(K rst, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionV cancel(K rst, IssuedTokenContext context, Map map) throws WSTrustException
WSTrustExceptionV validate(K request, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionvoid handleUnsolicited(V rstr, IssuedTokenContext context) throws WSTrustException
WSTrustExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.