Apache CXF API

Uses of Interface
org.apache.cxf.ws.security.sts.provider.operation.CancelOperation

Packages that use CancelOperation
org.apache.cxf.sts.operation   
org.apache.cxf.ws.security.sts.provider   
 

Uses of CancelOperation in org.apache.cxf.sts.operation
 

Classes in org.apache.cxf.sts.operation that implement CancelOperation
 class TokenCancelOperation
          An implementation for Cancel operation interface.
 

Methods in org.apache.cxf.sts.operation that return CancelOperation
 CancelOperation TokenRequestCollectionOperation.getCancelOperation()
           
 

Methods in org.apache.cxf.sts.operation with parameters of type CancelOperation
 void TokenRequestCollectionOperation.setCancelOperation(CancelOperation cancelOperation)
           
 

Uses of CancelOperation in org.apache.cxf.ws.security.sts.provider
 

Methods in org.apache.cxf.ws.security.sts.provider that return CancelOperation
 CancelOperation SecurityTokenServiceProvider.getCancelOperation()
           
 

Methods in org.apache.cxf.ws.security.sts.provider with parameters of type CancelOperation
 void SecurityTokenServiceImpl.setCancelOperation(CancelOperation cancelOperation)
           
 void SecurityTokenServiceProvider.setCancelOperation(CancelOperation cancelOperation)
           
 


Apache CXF API

Apache CXF