Package | Description |
---|---|
org.apache.ambari.server.security.authorization |
Modifier and Type | Method and Description |
---|---|
UserEntity |
Users.safelyUpdateUserEntity(UserEntity userEntity,
Users.Command command)
Attempts to update the specified
UserEntity while handling OptimisticLockException s
by obtaining the latest version of the UserEntity and retrying the operation. |
UserEntity |
Users.safelyUpdateUserEntity(UserEntity userEntity,
Users.Command command,
int maxRetries)
Attempts to update the specified
UserEntity while handling OptimisticLockException s
by obtaining the latest version of the UserEntity and retrying the operation. |
Copyright © 2022 Apache Software Foundation. All rights reserved.