com.ibm.itim.dataservices.model.pim
Interface CredentialComponent

All Known Implementing Classes:
Credential, CredentialPool

public interface CredentialComponent

Interface for a credential or credential pool object.

Since:
6.0

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

CRED_ATTR_NAME

static final java.lang.String CRED_ATTR_NAME
String constant for the naming attribute name.

See Also:
Constant Field Values

CRED_ATTR_DESCRIPTION

static final java.lang.String CRED_ATTR_DESCRIPTION
String constant for the description attribute.

See Also:
Constant Field Values

CRED_ATTR_PROFILE_NAME

static final java.lang.String CRED_ATTR_PROFILE_NAME
String constant for the profile attribute.

See Also:
Constant Field Values

CRED_ATTR_PARENT

static final java.lang.String CRED_ATTR_PARENT
String constant for the container attribute.

See Also:
Constant Field Values

CRED_USE_GLOBAL_SETTINGS

static final java.lang.String CRED_USE_GLOBAL_SETTINGS
String constant for the use global settings attribute.

See Also:
Constant Field Values
Method Detail

getDistinguishedName

DistinguishedName getDistinguishedName()
Return the distinguished name of the credential or credential pool.

Returns:
DistinguishedName of the credential or credential pool.

getName

java.lang.String getName()
Return the name of the credential or credential pool.

Returns:
the credential or credential pool name.

setName

void setName(java.lang.String name)
Set the name of the credential or credential pool.

Parameters:
name - The credential or credential pool name.

isPool

boolean isPool()
Return whether this object is credential pool.

Returns:
true if this is a credential pool; false otherwise.


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.