public final class CredentialRef extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CredentialRef.CredentialRefBuilder |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
String |
getClearText() |
String |
getStore() |
String |
getType() |
void |
setAlias(String alias) |
void |
setClearText(String clearText) |
void |
setStore(String store) |
void |
setType(String type) |
Map<String,Object> |
toParameters() |
Values |
toValues() |
public String getAlias()
public void setAlias(String alias)
public String getType()
public void setType(String type)
public String getStore()
public void setStore(String store)
public String getClearText()
public void setClearText(String clearText)
public Values toValues()
Copyright © 2024. All rights reserved.