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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<UserManager.UserAttribute>getSupportedAttributes()This method is used to provide all the supported user attributes supported by the specific manager implementation.-
Methods inherited from interface org.uberfire.ext.security.management.api.Settings
getCapabilities
-
-
-
-
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.
-
-