Interface UserPropertyValidator

    • Method Detail

      • validate

        @Nullable
        String validate​(@NotNull
                        String propertyValue,
                        @Nullable
                        SUser editee,
                        @NotNull
                        UserForm currentUserData)
        Returns error text if property value is not valid, null otherwise
        Parameters:
        propertyValue - property value
        editee - user that is being edited (null if user is being created)
        currentUserData - current user data
        Returns:
        see above