com.novell.emframe.dev.authenticator
Class AuthContext

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended bycom.novell.emframe.dev.authenticator.AuthContext
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class AuthContext
extends java.util.Hashtable
implements java.io.Serializable

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.

See Also:
Serialized Form

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

m_hash

protected java.util.Hashtable m_hash
Hashtable to hold instance specific data for an instance of an Authenticator.

Constructor Detail

AuthContext

public AuthContext(AuthClassContext acc)
Constructs an AuthContext given the AuthClassContext.

Parameters:
acc - AuthClassContext for this iMgrAuthenticator
Method Detail

getAuthClassContext

public AuthClassContext getAuthClassContext()
Returns the AuthClassContext for this iMgrAuthenticator.

Returns:
AuthClassContext for this iMgrAuthenticator


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.