Class UserManagerSettingsImpl
- java.lang.Object
-
- org.uberfire.ext.security.management.impl.SettingsImpl
-
- org.uberfire.ext.security.management.impl.UserManagerSettingsImpl
-
- All Implemented Interfaces:
Settings,UserManagerSettings
@Portable public class UserManagerSettingsImpl extends SettingsImpl implements UserManagerSettings
Default settings for a user manager.
- Since:
- 0.8.0
-
-
Constructor Summary
Constructors Constructor Description UserManagerSettingsImpl(Map<Capability,CapabilityStatus> capabilities, Collection<UserManager.UserAttribute> supportedAttributes)
-
Method Summary
All Methods Instance Methods Concrete 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 class org.uberfire.ext.security.management.impl.SettingsImpl
getCapabilities
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.security.management.api.Settings
getCapabilities
-
-
-
-
Constructor Detail
-
UserManagerSettingsImpl
public UserManagerSettingsImpl(Map<Capability,CapabilityStatus> capabilities, Collection<UserManager.UserAttribute> supportedAttributes)
-
-
Method Detail
-
getSupportedAttributes
public Collection<UserManager.UserAttribute> getSupportedAttributes()
Description copied from interface:UserManagerSettingsThis method is used to provide all the supported user attributes supported by the specific manager implementation.
- Specified by:
getSupportedAttributesin interfaceUserManagerSettings- Returns:
- The collection of supported attributes in the underlying security system.
-
-