Package | Description |
---|---|
org.apache.ambari.server.configuration | |
org.apache.ambari.server.security |
Modifier and Type | Method and Description |
---|---|
ClientSecurityType |
Configuration.getClientSecurityType()
Gets client security type
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setClientSecurityType(ClientSecurityType type) |
Modifier and Type | Method and Description |
---|---|
static ClientSecurityType |
ClientSecurityType.fromString(String value)
Constructs enum object from string representation
|
static ClientSecurityType |
ClientSecurityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientSecurityType[] |
ClientSecurityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All rights reserved.