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:
- RenewOperation
public class TokenRenewOperation
- extends AbstractOperation
- implements RenewOperation
An implementation of the IssueOperation interface to renew tokens.
Fields inherited from class org.apache.cxf.sts.operation.AbstractOperation |
claimsManager, delegationHandlers, encryptIssuedToken, eventPublisher, returnReferences, services, stsProperties, TOKEN_TYPE, tokenProviders, tokenStore, tokenValidators |
Methods inherited from class org.apache.cxf.sts.operation.AbstractOperation |
checkClaimsSupport, createLifetime, createRequestedReference, createRequestedReference, createTokenProviderParameters, encryptSecret, encryptToken, extractAddressFromAppliesTo, findInboundSecurityToken, getClaimsManager, getDelegationHandlers, getTokenProviders, getTokenStore, getTokenValidators, isReturnReferences, parseRequest, performDelegationHandling, processValidToken, publishEvent, setClaimsManager, setDelegationHandlers, setEncryptIssuedToken, setEventListener, 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 RequestSecurityTokenResponseType renew(RequestSecurityTokenType request,
WebServiceContext context)
- Specified by:
renew
in interface RenewOperation
Apache CXF