Package org.apache.cxf.sts.event
Class STSValidateFailureEvent
- java.lang.Object
-
- org.apache.cxf.sts.event.AbstractSTSEvent
-
- org.apache.cxf.sts.event.AbstractSTSFailureEvent
-
- org.apache.cxf.sts.event.STSValidateFailureEvent
-
- All Implemented Interfaces:
TokenValidatorParametersSupport
public class STSValidateFailureEvent extends AbstractSTSFailureEvent implements TokenValidatorParametersSupport
-
-
Constructor Summary
Constructors Constructor Description STSValidateFailureEvent(TokenValidatorParameters parameters, long duration, Exception exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOperation()TokenValidatorParametersgetTokenParameters()-
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
-
STSValidateFailureEvent
public STSValidateFailureEvent(TokenValidatorParameters parameters, long duration, Exception exception)
-
-
Method Detail
-
getOperation
public String getOperation()
- Specified by:
getOperationin classAbstractSTSEvent
-
getTokenParameters
public TokenValidatorParameters getTokenParameters()
- Specified by:
getTokenParametersin interfaceTokenValidatorParametersSupport
-
-