Class PluginProfileFilterAttribute

    • Method Detail

      • getAttribute

        @NotNull
        public @NotNull ProfileAttributeDescriptor getAttribute()
        Returns the attribute of the profile * which will be evaluated on a given profile during filter client authorization.
        Returns:
        the attribute of the profile.
      • getDisplayName

        public String getDisplayName​(Locale locale)
        Parameters:
        locale - Locale to be used for internationalization.
        Returns:
        the locale specific display name of the profile attribute.
      • getDescription

        public String getDescription​(Locale locale)
        Returns an optional description of the profile attribute. This should be a helpful notice for the user on how to use the profile attribute.
        Parameters:
        locale - Locale to be used for internationalization.
        Returns:
        the locale specific description.