Uses of Package
org.apache.cxf.sts.token.canceller

Packages that use org.apache.cxf.sts.token.canceller
org.apache.cxf.sts.operation   
org.apache.cxf.sts.token.canceller   
 

Classes in org.apache.cxf.sts.token.canceller used by org.apache.cxf.sts.operation
TokenCanceller
          An interface that can cancel a security token.
 

Classes in org.apache.cxf.sts.token.canceller used by org.apache.cxf.sts.token.canceller
TokenCanceller
          An interface that can cancel a security token.
TokenCancellerParameters
          This class encapsulates the parameters that will be passed to a TokenCanceller instance to cancel a token.
TokenCancellerResponse
          This class encapsulates the response from a TokenCanceller instance after cancelling a token.
 



Apache CXF