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 Object
implements IssuedTokenProvider

Author:
Shyam Rao

Constructor Summary
SCTokenProviderImpl()
           
 
Method Summary
 void cancel(IssuedTokenContext ctx)
           
 void issue(IssuedTokenContext ctx)
           
 void renew(IssuedTokenContext ctx)
           
 void validate(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(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.