Apache CXF API

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

Packages that use org.apache.cxf.sts.token.canceller
org.apache.cxf.sts.event   
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.event
TokenCancellerParameters
          This class encapsulates the parameters that will be passed to a TokenCanceller instance to cancel a token.
 

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 API

Apache CXF