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:
- org.apache.cxf.ws.security.sts.provider.operation.ValidateOperation
public class TokenValidateOperation
- extends AbstractOperation
- implements org.apache.cxf.ws.security.sts.provider.operation.ValidateOperation
An implementation of the ValidateOperation interface.
|
Method Summary |
org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType |
validate(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
javax.xml.ws.WebServiceContext context)
|
| 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 |
TokenValidateOperation
public TokenValidateOperation()
validate
public org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenResponseType validate(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
javax.xml.ws.WebServiceContext context)
- Specified by:
validate in interface org.apache.cxf.ws.security.sts.provider.operation.ValidateOperation
Apache CXF