|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface CredentialComponent
Interface for a credential or credential pool object.
| Field Summary | |
|---|---|
static java.lang.String |
CRED_ATTR_DESCRIPTION
String constant for the description attribute. |
static java.lang.String |
CRED_ATTR_NAME
String constant for the naming attribute name. |
static java.lang.String |
CRED_ATTR_PARENT
String constant for the container attribute. |
static java.lang.String |
CRED_ATTR_PROFILE_NAME
String constant for the profile attribute. |
static java.lang.String |
CRED_USE_GLOBAL_SETTINGS
String constant for the use global settings attribute. |
| Method Summary | |
|---|---|
DistinguishedName |
getDistinguishedName()
Return the distinguished name of the credential or credential pool. |
java.lang.String |
getName()
Return the name of the credential or credential pool. |
boolean |
isPool()
Return whether this object is credential pool. |
void |
setName(java.lang.String name)
Set the name of the credential or credential pool. |
| Field Detail |
|---|
static final java.lang.String CRED_ATTR_NAME
static final java.lang.String CRED_ATTR_DESCRIPTION
static final java.lang.String CRED_ATTR_PROFILE_NAME
static final java.lang.String CRED_ATTR_PARENT
static final java.lang.String CRED_USE_GLOBAL_SETTINGS
| Method Detail |
|---|
DistinguishedName getDistinguishedName()
java.lang.String getName()
void setName(java.lang.String name)
name - The credential or credential pool name.boolean isPool()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||