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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STSIssueFailureEvent
public STSIssueFailureEvent(TokenProviderParameters parameters,
long duration,
Exception exception)
getOperation
public String getOperation()
- Specified by:
getOperation
in class AbstractSTSEvent
getTokenParameters
public TokenProviderParameters getTokenParameters()
- Specified by:
getTokenParameters
in interface TokenProviderParametersSupport
Apache CXF