Apache CXF API

Uses of Interface
org.apache.cxf.sts.token.canceller.TokenCanceller

Packages that use TokenCanceller
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
 List<TokenCanceller> TokenCancelOperation.getTokenCancellers()
           
 

Method parameters in org.apache.cxf.sts.operation with type arguments of type TokenCanceller
 void TokenCancelOperation.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
 class SCTCanceller
          This class cancels a SecurityContextToken.
 


Apache CXF API

Apache CXF