This project has retired. For details please refer to its
Attic page.
JetspeedUserFactory (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.security
Class JetspeedUserFactory
java.lang.Object
org.apache.jetspeed.om.security.JetspeedUserFactory
- public class JetspeedUserFactory
- extends java.lang.Object
Factory class for creating Jetspeed Users.
The user class is configured in the JR.p
- Version:
- $Id: JetspeedUserFactory.java,v 1.4 2004/02/23 03:14:12 jford Exp $
- Author:
- David Sean Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetspeedUserFactory
public JetspeedUserFactory()
getInstance
public static JetspeedUser getInstance()
throws UserException
- Factory method to create JetspeedUser instances.
- Returns:
- JetspeedUser a new created user.
- Throws:
UnknownEntityException
- when the user instance cant be created.
UserException
getInstance
public static JetspeedUser getInstance(boolean isNew)
throws UserException
- Throws:
UserException
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.