Apache CXF API

org.apache.cxf.sts.event
Class STSRenewSuccessEvent

java.lang.Object
  extended by org.apache.cxf.sts.event.AbstractSTSEvent
      extended by org.apache.cxf.sts.event.AbstractSTSSuccessEvent
          extended by org.apache.cxf.sts.event.STSRenewSuccessEvent
All Implemented Interfaces:
TokenRenewerParametersSupport

public class STSRenewSuccessEvent
extends AbstractSTSSuccessEvent
implements TokenRenewerParametersSupport


Constructor Summary
STSRenewSuccessEvent(TokenRenewerParameters parameters, long duration)
           
 
Method Summary
 String getOperation()
           
 TokenRenewerParameters getTokenParameters()
           
 
Methods inherited from class org.apache.cxf.sts.event.AbstractSTSEvent
getDuration, getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STSRenewSuccessEvent

public STSRenewSuccessEvent(TokenRenewerParameters parameters,
                            long duration)
Method Detail

getOperation

public String getOperation()
Specified by:
getOperation in class AbstractSTSEvent

getTokenParameters

public TokenRenewerParameters getTokenParameters()
Specified by:
getTokenParameters in interface TokenRenewerParametersSupport

Apache CXF API

Apache CXF