Interface IPluginProfileFilterValueOptionsGetParams


  • public interface IPluginProfileFilterValueOptionsGetParams
    Common interface for parameters for getting attribute value options for profile attribute filter used in client authorization filters.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH
    • Method Detail

      • getAttributeName

        @NotBlank
        @NotBlank String getAttributeName()
        Returns:
        The name of the attribute to check in the profile attribute filter. Only attribute names for the defined attribute type will be given.
      • getFilterQuery

        String getFilterQuery()
        Returns:
        The query string which may be used as a filter in order to limit the value options.
      • getClientDescriptor

        IClientDescriptor getClientDescriptor()
        Returns:
        the client descriptor for the current user filter configuration.