com.sun.xml.ws.security.trust.impl.client
Class STSIssuedTokenProviderImpl

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

public class STSIssuedTokenProviderImpl
extends java.lang.Object
implements IssuedTokenProvider


Constructor Summary
STSIssuedTokenProviderImpl()
           
 
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

STSIssuedTokenProviderImpl

public STSIssuedTokenProviderImpl()
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