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

NOT YET DOCUMENTED

Author:
Jonathan Ostwald

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

Field Detail

password

public char[] password

principals

public Vector principals
Constructor Detail

LoginUser

public LoginUser()
Method Detail

toPasswdFileEntry

public String toPasswdFileEntry()

DLESE Tools
v1.6.0