public class Credentials
extends java.util.Hashtable
| Constructor and Description |
|---|
Credentials()
Constructs a Credentials instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCredential(java.lang.String key)
Returns the user credential with the given key, or name.
|
java.lang.Object |
setCredential(java.lang.String key,
java.lang.Object value)
Creates an association between the given key, or name, and the
given value of a user's credential.
|
public java.lang.Object getCredential(java.lang.String key)
key - the name of the credential.public java.lang.Object setCredential(java.lang.String key,
java.lang.Object value)
key - the name of the credential.value - the value of the credential.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.