This project has retired. For details please refer to its
Attic page.
JetspeedRoleFactory (Jetspeed 1 Enterprise Portal 1.6 API)
org.apache.jetspeed.om.security
Class JetspeedRoleFactory
java.lang.Object
org.apache.jetspeed.om.security.JetspeedRoleFactory
- public class JetspeedRoleFactory
- extends java.lang.Object
Factory class for creating Jetspeed Roles.
The role class is configured in the JR.p
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetspeedRoleFactory
public JetspeedRoleFactory()
getInstance
public static Role getInstance()
throws RoleException
- Factory method to create JetspeedRole instances.
- Returns:
- Role a new created role.
- Throws:
UnknownEntityException
- when the role instance cant be created.
RoleException
getInstance
public static Role getInstance(boolean isNew)
throws RoleException
- Throws:
RoleException
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.