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