Uses of Class
org.apache.cxf.sts.token.canceller.TokenCancellerParameters
Packages that use TokenCancellerParameters
-
Uses of TokenCancellerParameters in org.apache.cxf.sts.event
Methods in org.apache.cxf.sts.event that return TokenCancellerParametersModifier and TypeMethodDescriptionSTSCancelFailureEvent.getTokenParameters()STSCancelSuccessEvent.getTokenParameters()TokenCancellerParametersSupport.getTokenParameters()Constructors in org.apache.cxf.sts.event with parameters of type TokenCancellerParametersModifierConstructorDescriptionSTSCancelFailureEvent(TokenCancellerParameters parameters, long duration, Exception exception) STSCancelSuccessEvent(TokenCancellerParameters parameters, long duration) -
Uses of TokenCancellerParameters in org.apache.cxf.sts.token.canceller
Methods in org.apache.cxf.sts.token.canceller with parameters of type TokenCancellerParametersModifier and TypeMethodDescriptionSCTCanceller.cancelToken(TokenCancellerParameters tokenParameters) Cancel a Token using the given TokenCancellerParameters.TokenCanceller.cancelToken(TokenCancellerParameters tokenParameters) Cancel a token given a TokenCancellerParameters