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
Since:
5.1.0
  • Constructor Summary

    Constructors
    Constructor
    Description
    CipheredCredentialsValidator(org.apereo.cas.util.crypto.CipherExecutor cipherExecutor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.wss4j.dom.validate.Credential
    validate(org.apache.wss4j.dom.validate.Credential credential, org.apache.wss4j.dom.handler.RequestData requestData)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      validate in interface org.apache.wss4j.dom.validate.Validator
      Throws:
      org.apache.wss4j.common.ext.WSSecurityException