@Portable public class UserManagerSettingsImpl extends SettingsImpl implements UserManagerSettings
Default settings for a user manager.
| Constructor and Description |
|---|
UserManagerSettingsImpl(Map<Capability,CapabilityStatus> capabilities,
Collection<UserManager.UserAttribute> supportedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Collection<UserManager.UserAttribute> |
getSupportedAttributes()
This method is used to provide all the supported user attributes supported by the specific manager implementation.
|
getCapabilitiesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCapabilitiespublic UserManagerSettingsImpl(Map<Capability,CapabilityStatus> capabilities, Collection<UserManager.UserAttribute> supportedAttributes)
public Collection<UserManager.UserAttribute> getSupportedAttributes()
UserManagerSettingsThis method is used to provide all the supported user attributes supported by the specific manager implementation.
getSupportedAttributes in interface UserManagerSettingsCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.