|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
com.novell.emframe.dev.authenticator.AuthClassContext
AuthClassContext provides iMgrAuthenticator implementors a place to cache information
based on a class (or type) of iMgrAuthenticator. AuthClassContext is basically a Hashtable.
The primary difference between the AuthContext and the AuthClassContext is that
there exists one AuthContext for every instance of an iMgrAuthenticator.
The AutheClassContext only exists once for all instances of a type of
iMgrAuthenticator.
So all users logged into to the ManagementServiceSet iMgrAuthenticator would have their own instances of the AuthContext, but would share the AuthClassContext.
Can be used to store system wide configuration data.
| Field Summary | |
protected java.lang.String |
m_sName
String containing the unique name of the iMgrAuthenticator. |
| Constructor Summary | |
AuthClassContext(java.lang.String sName)
Constructs an AuthClassContext with the unique name of the iMgrAuthenticator. |
|
| Method Summary | |
java.lang.Object |
getAttribute(java.lang.String s)
Returns an attribute for a given key. |
java.lang.String |
getName()
Returns the String containing the unique name of the 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.lang.String m_sName
| Constructor Detail |
public AuthClassContext(java.lang.String sName)
sName - String containing the unique name of the iMgrAuthenticator| Method Detail |
public java.lang.Object getAttribute(java.lang.String s)
s - String containing the key
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||