com.sun.xml.ws.api.security.trust
Interface STSTokenProvider
- All Known Implementing Classes:
- DefaultSAMLTokenProvider
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-2015 Oracle Corporation. All Rights Reserved.