com.sun.xml.ws.security.secconv.impl.client
Class SCTokenProviderImpl

java.lang.Object
  extended by com.sun.xml.ws.security.secconv.impl.client.SCTokenProviderImpl
All Implemented Interfaces:
IssuedTokenProvider

public class SCTokenProviderImpl
extends java.lang.Object
implements IssuedTokenProvider


Constructor Summary
SCTokenProviderImpl()
           
 
Method Summary
 void cancel(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void issue(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void renew(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 void validate(com.sun.xml.ws.security.IssuedTokenContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCTokenProviderImpl

public SCTokenProviderImpl()
Method Detail

issue

public void issue(com.sun.xml.ws.security.IssuedTokenContext ctx)
           throws WSTrustException
Specified by:
issue in interface IssuedTokenProvider
Throws:
WSTrustException

cancel

public void cancel(com.sun.xml.ws.security.IssuedTokenContext ctx)
            throws WSTrustException
Specified by:
cancel in interface IssuedTokenProvider
Throws:
WSTrustException

renew

public void renew(com.sun.xml.ws.security.IssuedTokenContext ctx)
           throws WSTrustException
Specified by:
renew in interface IssuedTokenProvider
Throws:
WSTrustException

validate

public void validate(com.sun.xml.ws.security.IssuedTokenContext ctx)
              throws WSTrustException
Specified by:
validate in interface IssuedTokenProvider
Throws:
WSTrustException