Package 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
-
-
Constructor Summary
Constructors Constructor Description STSRenewFailureEvent(TokenRenewerParameters parameters, long duration, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperation()TokenRenewerParametersgetTokenParameters()-
Methods inherited from class org.apache.cxf.sts.event.AbstractSTSFailureEvent
getException
-
Methods inherited from class org.apache.cxf.sts.event.AbstractSTSEvent
getDuration, getSource, getTimestamp
-
-
-
-
Constructor Detail
-
STSRenewFailureEvent
public STSRenewFailureEvent(TokenRenewerParameters parameters, long duration, Exception exception)
-
-
Method Detail
-
getOperation
public String getOperation()
- Specified by:
getOperationin classAbstractSTSEvent
-
getTokenParameters
public TokenRenewerParameters getTokenParameters()
- Specified by:
getTokenParametersin interfaceTokenRenewerParametersSupport
-
-