org.apache.cxf.sts.operation
Class TokenRenewOperation
java.lang.Object
org.apache.cxf.sts.operation.AbstractOperation
org.apache.cxf.sts.operation.TokenRenewOperation
- All Implemented Interfaces:
- org.apache.cxf.ws.security.sts.provider.operation.RenewOperation
public class TokenRenewOperation
- extends AbstractOperation
- implements org.apache.cxf.ws.security.sts.provider.operation.RenewOperation
An implementation of the IssueOperation interface to renew tokens.
| Methods inherited from class org.apache.cxf.sts.operation.AbstractOperation |
checkClaimsSupport, createLifetime, createRequestedReference, createRequestedReference, createTokenProviderParameters, encryptSecret, encryptToken, extractAddressFromAppliesTo, getClaimsManager, getTokenProviders, getTokenStore, getTokenValidators, isReturnReferences, parseRequest, processValidToken, setClaimsManager, setEncryptIssuedToken, setReturnReferences, setServices, setStsProperties, setTokenProviders, setTokenStore, setTokenValidators, validateReceivedToken |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenRenewOperation
public TokenRenewOperation()
setTokenRenewers
public void setTokenRenewers(List<TokenRenewer> tokenRenewerList)
getTokenRenewers
public List<TokenRenewer> getTokenRenewers()
renew
public org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType renew(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
javax.xml.ws.WebServiceContext context)
- Specified by:
renew in interface org.apache.cxf.ws.security.sts.provider.operation.RenewOperation
Apache CXF