org.apache.cocoon.components
Class UserManager
java.lang.Object
org.apache.cocoon.components.UserManager
public class UserManager
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserManager
protected UserManager(InputStream stream)
throws IOException
- Throws:
IOException
getInstance
public static UserManager getInstance(InputStream stream)
throws IOException
- Throws:
IOException
isValidName
public boolean isValidName(String name)
isValidPassword
public boolean isValidPassword(String name,
String password)
getFullName
public String getFullName(String name)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.