| org.esupportail.cas.server.util.BasicHandler org.esupportail.cas.server.handlers.nis.NisHandler
NisHandler | final public class NisHandler extends BasicHandler (Code) | | This class implements a NIS (Network Information Service) handler
class. It is used by GenericHandler.
author: Florent Jouille author: I rewrite the nis handler provided by esup generic package. author: This new handler use only one NIS server, and the delegation is author: stopped on failure. |
Constructor Summary | |
public | NisHandler(Element handlerElement, Boolean configDebug) Constructor. |
NisHandler | public NisHandler(Element handlerElement, Boolean configDebug) throws Exception(Code) | | Constructor.
Parameters: handlerElement - the XML element that declares the handler in the configuration file Parameters: configDebug - debugging mode of the global configuration throws: Exception - Exception |
getDomain | String getDomain()(Code) | | Retrieve the NIS domain name.
a String Object. |
getEncryption | String getEncryption()(Code) | | Retrieve the encryption used to store passwords.
a String Object. |
getMap | String getMap()(Code) | | Retrieve the map name.
a String Object. |
|
|