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