Uses of Interface
org.apache.cxf.ws.security.sts.provider.operation.RenewOperation
-
Packages that use RenewOperation Package Description org.apache.cxf.sts.operation org.apache.cxf.ws.security.sts.provider -
-
Uses of RenewOperation in org.apache.cxf.sts.operation
Classes in org.apache.cxf.sts.operation that implement RenewOperation Modifier and Type Class Description classTokenRenewOperationAn implementation of the IssueOperation interface to renew tokens.Methods in org.apache.cxf.sts.operation that return RenewOperation Modifier and Type Method Description RenewOperationTokenRequestCollectionOperation. getRenewOperation()Methods in org.apache.cxf.sts.operation with parameters of type RenewOperation Modifier and Type Method Description voidTokenRequestCollectionOperation. setRenewOperation(RenewOperation renewOperation) -
Uses of RenewOperation in org.apache.cxf.ws.security.sts.provider
Methods in org.apache.cxf.ws.security.sts.provider that return RenewOperation Modifier and Type Method Description RenewOperationSecurityTokenServiceProvider. getRenewOperation()Methods in org.apache.cxf.ws.security.sts.provider with parameters of type RenewOperation Modifier and Type Method Description voidSecurityTokenServiceImpl. setRenewOperation(RenewOperation renewOperation)voidSecurityTokenServiceProvider. setRenewOperation(RenewOperation renewOperation)
-