Uses of Interface
org.apache.cxf.ws.security.sts.provider.operation.CancelOperation
-
Packages that use CancelOperation Package Description 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 Modifier and Type Class Description classTokenCancelOperationAn implementation for Cancel operation interface.Methods in org.apache.cxf.sts.operation that return CancelOperation Modifier and Type Method Description CancelOperationTokenRequestCollectionOperation. getCancelOperation()Methods in org.apache.cxf.sts.operation with parameters of type CancelOperation Modifier and Type Method Description voidTokenRequestCollectionOperation. 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 Modifier and Type Method Description CancelOperationSecurityTokenServiceProvider. getCancelOperation()Methods in org.apache.cxf.ws.security.sts.provider with parameters of type CancelOperation Modifier and Type Method Description voidSecurityTokenServiceImpl. setCancelOperation(CancelOperation cancelOperation)voidSecurityTokenServiceProvider. setCancelOperation(CancelOperation cancelOperation)
-