com.sun.xml.ws.security.secconv.impl.client
Class SCTokenProviderImpl
java.lang.Object
com.sun.xml.ws.security.secconv.impl.client.SCTokenProviderImpl
- All Implemented Interfaces:
- IssuedTokenProvider
public class SCTokenProviderImpl
- extends Object
- implements IssuedTokenProvider
- Author:
- Shyam Rao
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCTokenProviderImpl
public SCTokenProviderImpl()
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.