Interface IPluginProfileFilterEvaluationParams


  • public interface IPluginProfileFilterEvaluationParams
    Common interface for parameters needed for evaluating the value of a profile attribute.
    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.
      • getUserProfile

        @NotNull
        @NotNull org.pac4j.core.profile.UserProfile getUserProfile()
        Returns:
        The user profile to get the profile attribute value for.