DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.security.login
Class LoginUser

java.lang.Object
  extended by org.dlese.dpc.schemedit.security.login.LoginUser

public class LoginUser
extends Object

Class to represent a User for purposes of password (file) based authentication.

Author:
Jonathan Ostwald
See Also:
FileLogin

Field Summary
 char[] password
          place holder for password
 Vector principals
          place holder for principals
 
Constructor Summary
LoginUser()
           
 
Method Summary
 String toPasswdFileEntry()
          NOT YET DOCUMENTED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

public char[] password
place holder for password


principals

public Vector principals
place holder for principals

Constructor Detail

LoginUser

public LoginUser()
Method Detail

toPasswdFileEntry

public String toPasswdFileEntry()
NOT YET DOCUMENTED

Returns:
NOT YET DOCUMENTED

DLESE Tools
v1.6.0