Class UserProfileConfiguration.ProfileProperty

  • Enclosing class:
    UserProfileConfiguration

    public static class UserProfileConfiguration.ProfileProperty
    extends java.lang.Object
    • Method Detail

      • getHeaderName

        public java.lang.String getHeaderName()
      • getProfileName

        public java.lang.String getProfileName()
      • getValueToUseIfNoOtherValidValue

        public java.lang.String getValueToUseIfNoOtherValidValue()
      • getValidationRegex

        public java.lang.String getValidationRegex()
      • isOptional

        public boolean isOptional()
      • isValid

        public boolean isValid​(java.lang.String value)
        Value missing (null: Is valid if property optional. Value not missing: Is valid if validation regex is missing or if the value matches the validation regex.
        Parameters:
        value - The value or null if the property is missing.
        Returns:
        Valid?
      • compileRegex

        protected void compileRegex()