com.sun.xml.ws.api.security.trust
Interface STSTokenProvider
public interface STSTokenProvider
- Author:
- Jiandong Guo
generateToken
void generateToken(IssuedTokenContext ctx)
throws WSTrustException
- Throws:
WSTrustException
isValideToken
void isValideToken(IssuedTokenContext ctx)
throws WSTrustException
- Throws:
WSTrustException
renewToken
void renewToken(IssuedTokenContext ctx)
throws WSTrustException
- Throws:
WSTrustException
invalidateToken
void invalidateToken(IssuedTokenContext ctx)
throws WSTrustException
- Throws:
WSTrustException
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.