org.apache.cxf.sts.operation
Class TokenValidateOperation
java.lang.Object
org.apache.cxf.sts.operation.AbstractOperation
org.apache.cxf.sts.operation.TokenValidateOperation
- All Implemented Interfaces:
- ValidateOperation
public class TokenValidateOperation
- extends AbstractOperation
- implements ValidateOperation
An implementation of the ValidateOperation interface.
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 |
TokenValidateOperation
public TokenValidateOperation()
validate
public RequestSecurityTokenResponseType validate(RequestSecurityTokenType request,
WebServiceContext context)
- Specified by:
validate
in interface ValidateOperation
Apache CXF