org.apache.cxf.sts.event
Class STSRenewFailureEvent
java.lang.Object
org.apache.cxf.sts.event.AbstractSTSEvent
org.apache.cxf.sts.event.AbstractSTSFailureEvent
org.apache.cxf.sts.event.STSRenewFailureEvent
- All Implemented Interfaces:
- TokenRenewerParametersSupport
public class STSRenewFailureEvent
- extends AbstractSTSFailureEvent
- implements TokenRenewerParametersSupport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STSRenewFailureEvent
public STSRenewFailureEvent(TokenRenewerParameters parameters,
long duration,
Exception exception)
getOperation
public String getOperation()
- Specified by:
getOperation
in class AbstractSTSEvent
getTokenParameters
public TokenRenewerParameters getTokenParameters()
- Specified by:
getTokenParameters
in interface TokenRenewerParametersSupport
Apache CXF