org.jasig.portal.groups.smartldap
Class SmartLdapEntityStore
java.lang.Object
org.jasig.portal.groups.smartldap.SmartLdapEntityStore
- All Implemented Interfaces:
- IEntityStore
public class SmartLdapEntityStore
- extends Object
- implements IEntityStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 keytype - java.lang.Class - the entity's Type
- Returns:
- org.jasig.portal.groups.IEntity
- Throws:
GroupsException
Copyright © 2010 Jasig. All Rights Reserved.