|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Dictionary | +--java.util.Hashtable | +--com.ibm.itim.authentication.Credentials
Credentials is a class that extends the Hashtable class for holding a user's credentials for authentication.
Constructor Summary | |
---|---|
Credentials()
Constructs a Credentials instance. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Credentials()
Method Detail |
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |