org.n52.security.authentication.loginmodule
Class FileLoginUserManager

java.lang.Object
  extended by org.n52.security.authentication.loginmodule.FileLoginUserManager

public class FileLoginUserManager
extends java.lang.Object

Author:
JanDrewnak

Constructor Summary
FileLoginUserManager(java.net.URL sUsersFileUrl)
           
 
Method Summary
 java.util.List getAllUsers()
           
 FileLoginUser getUser(java.lang.String username)
           
 java.util.Map getUserMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileLoginUserManager

public FileLoginUserManager(java.net.URL sUsersFileUrl)
                     throws org.dom4j.DocumentException,
                            java.io.IOException
Throws:
org.dom4j.DocumentException
java.io.IOException
Method Detail

getUser

public FileLoginUser getUser(java.lang.String username)

getAllUsers

public java.util.List getAllUsers()

getUserMap

public java.util.Map getUserMap()


Copyright © 2004-2009 52north.org. All Rights Reserved.