|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
com.novell.emframe.dev.authenticator.AuthContext
Holds instance specific data for an instance of an iMgrAuthenticator. AuthContext is basically a Hashtable but
also contains a method to get the AuthClassContext. AuthClassContext holds data that is general for all instances
of iMgrAuthenticator class objects.
| Field Summary | |
protected java.util.Hashtable |
m_hash
Hashtable to hold instance specific data for an instance of an Authenticator. |
| Constructor Summary | |
AuthContext(AuthClassContext acc)
Constructs an AuthContext given the AuthClassContext. |
|
| Method Summary | |
AuthClassContext |
getAuthClassContext()
Returns the AuthClassContext for this iMgrAuthenticator. |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.util.Hashtable m_hash
| Constructor Detail |
public AuthContext(AuthClassContext acc)
acc - AuthClassContext for this iMgrAuthenticator| Method Detail |
public AuthClassContext getAuthClassContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||