Package | Description |
---|---|
org.apache.ambari.server.security.credential |
Modifier and Type | Method and Description |
---|---|
static Credential |
CredentialFactory.createCredential(char[] value)
Give a credential value (assumed from a keystore), attempt to determine what type of Credential
is represented and create the appropriate Credential implementation.
|
static GenericKeyCredential |
GenericKeyCredential.fromValue(String value)
Renders a new GenericKeyCredential from its value representation
|
static PrincipalKeyCredential |
PrincipalKeyCredential.fromValue(String value)
Renders a new PrincipalKeyCredential from its value representation
|
Copyright © 2022 Apache Software Foundation. All rights reserved.