| Package | Description |
|---|---|
| org.apache.ambari.server.configuration |
| Modifier and Type | Method and Description |
|---|---|
Configuration.LdapUsernameCollisionHandlingBehavior |
Configuration.getLdapSyncCollisionHandlingBehavior()
Determines whether an existing local users will be skipped on updated during LDAP sync.
|
static Configuration.LdapUsernameCollisionHandlingBehavior |
Configuration.LdapUsernameCollisionHandlingBehavior.translate(String value,
Configuration.LdapUsernameCollisionHandlingBehavior defaultValue)
Safely translates a user-supplied behavior name to a
LdapUsernameCollisionHandlingBehavior. |
static Configuration.LdapUsernameCollisionHandlingBehavior |
Configuration.LdapUsernameCollisionHandlingBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.LdapUsernameCollisionHandlingBehavior[] |
Configuration.LdapUsernameCollisionHandlingBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Configuration.LdapUsernameCollisionHandlingBehavior |
Configuration.LdapUsernameCollisionHandlingBehavior.translate(String value,
Configuration.LdapUsernameCollisionHandlingBehavior defaultValue)
Safely translates a user-supplied behavior name to a
LdapUsernameCollisionHandlingBehavior. |
Copyright © 2022 Apache Software Foundation. All rights reserved.