Interface IssuedTokenProvider
-
public interface IssuedTokenProvider- Author:
- Jiandong Guo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel(IssuedTokenContext ctx)voidissue(IssuedTokenContext ctx)voidrenew(IssuedTokenContext ctx)voidvalidate(IssuedTokenContext ctx)
-
-
-
Method Detail
-
issue
void issue(IssuedTokenContext ctx) throws WSTrustException
- Throws:
WSTrustException
-
cancel
void cancel(IssuedTokenContext ctx) throws WSTrustException
- Throws:
WSTrustException
-
renew
void renew(IssuedTokenContext ctx) throws WSTrustException
- Throws:
WSTrustException
-
validate
void validate(IssuedTokenContext ctx) throws WSTrustException
- Throws:
WSTrustException
-
-