Class CipheredCredentialsValidator
- java.lang.Object
-
- org.apereo.cas.support.validation.CipheredCredentialsValidator
-
- All Implemented Interfaces:
org.apache.wss4j.dom.validate.Validator
public class CipheredCredentialsValidator extends java.lang.Object implements org.apache.wss4j.dom.validate.ValidatorThis isCipheredCredentialsValidator.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description CipheredCredentialsValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wss4j.dom.validate.Credentialvalidate(org.apache.wss4j.dom.validate.Credential credential, org.apache.wss4j.dom.handler.RequestData requestData)
-
-
-
Method Detail
-
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
-
-