Package org.apache.cxf.sts.event
Class STSRenewSuccessEvent
- java.lang.Object
-
- org.apache.cxf.sts.event.AbstractSTSEvent
-
- org.apache.cxf.sts.event.AbstractSTSSuccessEvent
-
- org.apache.cxf.sts.event.STSRenewSuccessEvent
-
- All Implemented Interfaces:
TokenRenewerParametersSupport
public class STSRenewSuccessEvent extends AbstractSTSSuccessEvent implements TokenRenewerParametersSupport
-
-
Constructor Summary
Constructors Constructor Description STSRenewSuccessEvent(TokenRenewerParameters parameters, long duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperation()TokenRenewerParametersgetTokenParameters()-
Methods inherited from class org.apache.cxf.sts.event.AbstractSTSEvent
getDuration, getSource, getTimestamp
-
-
-
-
Constructor Detail
-
STSRenewSuccessEvent
public STSRenewSuccessEvent(TokenRenewerParameters parameters, long duration)
-
-
Method Detail
-
getOperation
public String getOperation()
- Specified by:
getOperationin classAbstractSTSEvent
-
getTokenParameters
public TokenRenewerParameters getTokenParameters()
- Specified by:
getTokenParametersin interfaceTokenRenewerParametersSupport
-
-