Package org.apereo.cas.persondir
Class DefaultPersonDirectoryAttributeRepositoryPlan
- java.lang.Object
-
- org.apereo.cas.persondir.DefaultPersonDirectoryAttributeRepositoryPlan
-
- All Implemented Interfaces:
PersonDirectoryAttributeRepositoryPlan,org.springframework.beans.factory.DisposableBean
public class DefaultPersonDirectoryAttributeRepositoryPlan extends java.lang.Object implements PersonDirectoryAttributeRepositoryPlan, org.springframework.beans.factory.DisposableBean
- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description DefaultPersonDirectoryAttributeRepositoryPlan()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()voidregisterAttributeRepository(org.apereo.services.persondir.IPersonAttributeDao repository)Register attribute repository.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apereo.cas.persondir.PersonDirectoryAttributeRepositoryPlan
findAttributeRepositories, getAttributeRepositories, isEmpty, registerAttributeRepositories, registerAttributeRepositories
-
-
-
-
Method Detail
-
registerAttributeRepository
public void registerAttributeRepository(org.apereo.services.persondir.IPersonAttributeDao repository)
Description copied from interface:PersonDirectoryAttributeRepositoryPlanRegister attribute repository.- Specified by:
registerAttributeRepositoryin interfacePersonDirectoryAttributeRepositoryPlan- Parameters:
repository- the repository
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.springframework.beans.factory.DisposableBean
-
-