Apache CXF API

org.apache.cxf.sts.event
Class STSCancelFailureEvent

java.lang.Object
  extended by org.apache.cxf.sts.event.AbstractSTSEvent
      extended by org.apache.cxf.sts.event.AbstractSTSFailureEvent
          extended by org.apache.cxf.sts.event.STSCancelFailureEvent
All Implemented Interfaces:
TokenCancellerParametersSupport

public class STSCancelFailureEvent
extends AbstractSTSFailureEvent
implements TokenCancellerParametersSupport


Constructor Summary
STSCancelFailureEvent(TokenCancellerParameters parameters, long duration, Exception exception)
           
 
Method Summary
 String getOperation()
           
 TokenCancellerParameters getTokenParameters()
           
 
Methods inherited from class org.apache.cxf.sts.event.AbstractSTSFailureEvent
getException
 
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

STSCancelFailureEvent

public STSCancelFailureEvent(TokenCancellerParameters parameters,
                             long duration,
                             Exception exception)
Method Detail

getOperation

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

getTokenParameters

public TokenCancellerParameters getTokenParameters()
Specified by:
getTokenParameters in interface TokenCancellerParametersSupport

Apache CXF API

Apache CXF