Interface UserManagerSettings

  • All Superinterfaces:
    Settings
    All Known Implementing Classes:
    UserManagerSettingsImpl

    public interface UserManagerSettings
    extends Settings

    The settings for a users entity manager.

    Since:
    0.8.0
    • Method Detail

      • getSupportedAttributes

        Collection<UserManager.UserAttribute> getSupportedAttributes()

        This method is used to provide all the supported user attributes supported by the specific manager implementation.

        Returns:
        The collection of supported attributes in the underlying security system.