@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.
|
getCapabilities
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCapabilities
public UserManagerSettingsImpl(Map<Capability,CapabilityStatus> capabilities, Collection<UserManager.UserAttribute> supportedAttributes)
public Collection<UserManager.UserAttribute> getSupportedAttributes()
UserManagerSettings
This method is used to provide all the supported user attributes supported by the specific manager implementation.
getSupportedAttributes
in interface UserManagerSettings
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.