Uses of Interface
org.apache.cxf.sts.token.canceller.TokenCanceller
-
Packages that use TokenCanceller Package Description org.apache.cxf.sts.operation org.apache.cxf.sts.token.canceller -
-
Uses of TokenCanceller in org.apache.cxf.sts.operation
Methods in org.apache.cxf.sts.operation that return types with arguments of type TokenCanceller Modifier and Type Method Description List<TokenCanceller>TokenCancelOperation. getTokenCancellers()Method parameters in org.apache.cxf.sts.operation with type arguments of type TokenCanceller Modifier and Type Method Description voidTokenCancelOperation. setTokenCancellers(List<TokenCanceller> tokenCancellerList) -
Uses of TokenCanceller in org.apache.cxf.sts.token.canceller
Classes in org.apache.cxf.sts.token.canceller that implement TokenCanceller Modifier and Type Class Description classSCTCancellerThis class cancels a SecurityContextToken.
-