Class SecurityProfileValidator

java.lang.Object
com.aducid.web.validator.SecurityProfileValidator
All Implemented Interfaces:
org.springframework.validation.Validator

public class SecurityProfileValidator
extends java.lang.Object
implements org.springframework.validation.Validator
Security profile validator. Created 17. 12. 2019 09:49:46
Author:
Radek Jira
  • Constructor Summary

    Constructors 
    Constructor Description
    SecurityProfileValidator()  
  • Method Summary

    Modifier and Type Method Description
    boolean supports​(java.lang.Class<?> clazz)  
    void validate​(java.lang.Object target, org.springframework.validation.Errors errors)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • supports

      public boolean supports​(java.lang.Class<?> clazz)
      Specified by:
      supports in interface org.springframework.validation.Validator
    • validate

      public void validate​(java.lang.Object target, org.springframework.validation.Errors errors)
      Specified by:
      validate in interface org.springframework.validation.Validator