public interface CredentialProperty
Properties object when
using the AliasCredentialMapReaderMBean.| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
ALIAS |
The
Properties key used to get the credential alias. |
static java.lang.String |
CREDENTIAL_NAME |
The
Properties key used to get the credential (alias) used to fetch the keystore entry. |
static java.lang.String |
KEYSTORE_ALIAS |
The
Properties key used to get the keystore alias. |
static java.lang.String |
USER_NAME |
The
Properties key used to get the credential user name. |
static final java.lang.String ALIAS
Properties key used to get the credential alias.static final java.lang.String USER_NAME
Properties key used to get the credential user name.static final java.lang.String KEYSTORE_ALIAS
Properties key used to get the keystore alias.static final java.lang.String CREDENTIAL_NAME
Properties key used to get the credential (alias) used to fetch the keystore entry.