Class UinFilterUtil


  • @Component
    public class UinFilterUtil
    extends Object
    Filter class to validate a uin against custom filters
    Since:
    1.0.0
    Author:
    Dharmesh Khandelwal, Megha Tanga
    • Constructor Detail

      • UinFilterUtil

        public UinFilterUtil()
    • Method Detail

      • initializeRegEx

        @PostConstruct
        public void initializeRegEx()
      • isValidId

        public boolean isValidId​(String id)
        Checks if the input id is valid by passing the id through the filters
        Parameters:
        id - The input id to validate
        Returns:
        true if the input id is valid