org.jasig.portal.groups.smartldap
Class SmartLdapEntityStore

java.lang.Object
  extended by org.jasig.portal.groups.smartldap.SmartLdapEntityStore
All Implemented Interfaces:
IEntityStore

public class SmartLdapEntityStore
extends Object
implements IEntityStore


Nested Class Summary
static class SmartLdapEntityStore.Factory
           
 
Method Summary
 IEntity newInstance(String key)
           
 IEntity newInstance(String key, Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

newInstance

public IEntity newInstance(String key)
                    throws GroupsException
Specified by:
newInstance in interface IEntityStore
Parameters:
key - java.lang.String
Returns:
org.jasig.portal.groups.IEntity
Throws:
GroupsException

newInstance

public IEntity newInstance(String key,
                           Class type)
                    throws GroupsException
Specified by:
newInstance in interface IEntityStore
Parameters:
key - java.lang.String - the entity's key
type - java.lang.Class - the entity's Type
Returns:
org.jasig.portal.groups.IEntity
Throws:
GroupsException


Copyright © 2010 Jasig. All Rights Reserved.