Uses of Class
org.apache.cxf.sts.token.canceller.TokenCancellerParameters
-
Packages that use TokenCancellerParameters Package Description org.apache.cxf.sts.event org.apache.cxf.sts.token.canceller -
-
Uses of TokenCancellerParameters in org.apache.cxf.sts.event
Methods in org.apache.cxf.sts.event that return TokenCancellerParameters Modifier and Type Method Description TokenCancellerParametersSTSCancelFailureEvent. getTokenParameters()TokenCancellerParametersSTSCancelSuccessEvent. getTokenParameters()TokenCancellerParametersTokenCancellerParametersSupport. getTokenParameters()Constructors in org.apache.cxf.sts.event with parameters of type TokenCancellerParameters Constructor Description STSCancelFailureEvent(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 TokenCancellerParameters Modifier and Type Method Description TokenCancellerResponseSCTCanceller. cancelToken(TokenCancellerParameters tokenParameters)Cancel a Token using the given TokenCancellerParameters.TokenCancellerResponseTokenCanceller. cancelToken(TokenCancellerParameters tokenParameters)Cancel a token given a TokenCancellerParameters
-