org.apache.jetspeed.om.security
Class JetspeedGroupFactory

java.lang.Object
  extended byorg.apache.jetspeed.om.security.JetspeedGroupFactory

public class JetspeedGroupFactory
extends java.lang.Object

Factory class for creating Jetspeed Groups. The group class is configured in the JR.p

Version:
$Id: JetspeedGroupFactory.java,v 1.4 2004/02/23 03:14:12 jford Exp $
Author:
David Sean Taylor

Constructor Summary
JetspeedGroupFactory()
           
 
Method Summary
static Group getInstance()
          Factory method to create JetspeedGroup instances.
static Group getInstance(boolean isNew)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JetspeedGroupFactory

public JetspeedGroupFactory()
Method Detail

getInstance

public static Group getInstance()
                         throws GroupException
Factory method to create JetspeedGroup instances.

Returns:
Group a new created group.
Throws:
UnknownEntityException - when the group instance cant be created.
GroupException

getInstance

public static Group getInstance(boolean isNew)
                         throws GroupException
Throws:
GroupException


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.