com.sun.xml.ws.api.security.trust.client
Interface IssuedTokenProvider
- All Known Implementing Classes:
- SCTokenProviderImpl, STSIssuedTokenProviderImpl
public interface IssuedTokenProvider
- Author:
- Jiandong Guo
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
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.