Class CipheredCredentialsValidator
java.lang.Object
org.apereo.cas.support.validation.CipheredCredentialsValidator
- All Implemented Interfaces:
org.apache.wss4j.dom.validate.Validator
public class CipheredCredentialsValidator
extends Object
implements org.apache.wss4j.dom.validate.Validator
This is
CipheredCredentialsValidator.- Since:
- 5.1.0
-
Constructor Summary
ConstructorsConstructorDescriptionCipheredCredentialsValidator(org.apereo.cas.util.crypto.CipherExecutor cipherExecutor) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wss4j.dom.validate.Credentialvalidate(org.apache.wss4j.dom.validate.Credential credential, org.apache.wss4j.dom.handler.RequestData requestData)
-
Constructor Details
-
CipheredCredentialsValidator
public CipheredCredentialsValidator(org.apereo.cas.util.crypto.CipherExecutor cipherExecutor)
-
-
Method Details
-
validate
public org.apache.wss4j.dom.validate.Credential validate(org.apache.wss4j.dom.validate.Credential credential, org.apache.wss4j.dom.handler.RequestData requestData) throws org.apache.wss4j.common.ext.WSSecurityException - Specified by:
validatein interfaceorg.apache.wss4j.dom.validate.Validator- Throws:
org.apache.wss4j.common.ext.WSSecurityException
-