| Modifier and Type | Method and Description |
|---|---|
Optional<ShardingSphereUser> |
ShardingSphereUsers.findUser(Grantee grantee)
Find user.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ShardingSphereUser> |
YamlUsersConfigurationConverter.convertShardingSphereUser(Collection<String> users)
Convert to sharding sphere users.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<String> |
YamlUsersConfigurationConverter.convertYamlUserConfigurations(Collection<ShardingSphereUser> users)
Convert to users yaml content.
|
| Modifier and Type | Method and Description |
|---|---|
ShardingSphereUser |
UserYamlSwapper.swapToObject(YamlUserConfiguration yamlConfig) |
| Modifier and Type | Method and Description |
|---|---|
YamlUserConfiguration |
UserYamlSwapper.swapToYamlConfiguration(ShardingSphereUser data) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.