| Package | Description |
|---|---|
| com.ibm.itim.dataservices.model.pim |
Extends the
com.ibm.itim.dataservices.model package to provide a remotable application programming
interface for Shared Access Module objects. |
| Modifier and Type | Method and Description |
|---|---|
Credential.AccessMode |
CredentialSetting.getAccessMode()
This API returns the credential access mode, which can be AccessMode.NOT_SET,
AccessMode.EXCLUSIVE, AccessMode.NONEXCLUSIVE, or AccessMode.NONSHARED.
|
static Credential.AccessMode |
Credential.AccessMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Credential.AccessMode[] |
Credential.AccessMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialSetting.setAccessMode(Credential.AccessMode accessMode)
This API sets the credential access mode, which can be AccessMode.NOT_SET,
AccessMode.EXCLUSIVE, AccessMode.NONEXCLUSIVE, or AccessMode.NONSHARED.
|
| Constructor and Description |
|---|
CredentialSetting(Credential.AccessMode accessMode)
This Constructor is intended for the non-shared credential.
|
CredentialSetting(Credential.AccessMode accessMode,
java.lang.Boolean passwordViewable)
This Constructor is intended for non-exclusive credential.
|
CredentialSetting(Credential.AccessMode accessMode,
java.lang.Boolean resetPassword,
int checkoutDuration,
java.lang.Boolean searchEnabled,
java.lang.Boolean passwordViewable)
This Constructor is intended for the exclusive credential.
|
GlobalCredentialSetting(Credential.AccessMode accessMode)
This Constructor is intended to set the global setting to non-shared credential.
|
GlobalCredentialSetting(Credential.AccessMode accessMode,
boolean passwordViewable)
This Constructor is intended to set global setting to non-exclusive mode.
|
GlobalCredentialSetting(Credential.AccessMode accessMode,
boolean resetPassword,
int checkoutDuration,
boolean searchEnabled,
boolean passwordViewable,
java.lang.String operationName)
This Constructor is intended to set global setting to the exclusive mode
|
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.