com.sun.xml.ws.security.trust.impl.client
Class STSIssuedTokenProviderImpl
java.lang.Object
com.sun.xml.ws.security.trust.impl.client.STSIssuedTokenProviderImpl
- All Implemented Interfaces:
- IssuedTokenProvider
public class STSIssuedTokenProviderImpl
- extends Object
- implements IssuedTokenProvider
- Author:
- Jiandong Guo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STSIssuedTokenProviderImpl
public STSIssuedTokenProviderImpl()
issue
public void issue(IssuedTokenContext ctx)
throws WSTrustException
- Specified by:
issue in interface IssuedTokenProvider
- Throws:
WSTrustException
cancel
public void cancel(IssuedTokenContext ctx)
throws WSTrustException
- Specified by:
cancel in interface IssuedTokenProvider
- Throws:
WSTrustException
renew
public void renew(IssuedTokenContext ctx)
throws WSTrustException
- Specified by:
renew in interface IssuedTokenProvider
- Throws:
WSTrustException
validate
public void validate(IssuedTokenContext ctx)
throws WSTrustException
- Specified by:
validate in interface IssuedTokenProvider
- Throws:
WSTrustException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.