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