public class Credential extends Object
Constructor and Description |
---|
Credential(String alias,
String principal,
String key,
CredentialStoreType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlias() |
String |
getKey() |
String |
getPrincipal() |
CredentialStoreType |
getType() |
int |
hashCode() |
String |
toString() |
public Credential(String alias, String principal, String key, CredentialStoreType type)
public String getAlias()
public String getPrincipal()
public String getKey()
public CredentialStoreType getType()
Copyright © 2022 Apache Software Foundation. All rights reserved.