Interface UserCustomFieldServiceLocal

    • Method Detail

      • existsUser

        boolean existsUser​(UserCustomField field,
                           String value)
        Returns true if there exists a non removed user that has a custom field value with the given value. Only two types of field are supported: string and integer. Based on the type of the field, it looks on the corresponding attribute of the custom field value.
      • listOidcClaims

        List<String> listOidcClaims()
        Returns all OpenID Connect claims from user custom fields for this network
      • purgeValues

        void purgeValues​(BasicUser user)
        Purges the custom field values of the given user that are set to be purged with the user