Uses of Interface
org.jasig.cas.services.ServiceRegistryDao

Packages that use ServiceRegistryDao
org.jasig.cas.services This package is contains classes related to the restriction of CAS usage to a particular set of services. 
 

Uses of ServiceRegistryDao in org.jasig.cas.services
 

Classes in org.jasig.cas.services that implement ServiceRegistryDao
 class InMemoryServiceRegistryDaoImpl
          Default In Memory Service Registry Dao for test/demonstration purposes.
 class JpaServiceRegistryDaoImpl
          Implementation of the ServiceRegistryDao based on JPA.
 

Constructors in org.jasig.cas.services with parameters of type ServiceRegistryDao
DefaultServicesManagerImpl(ServiceRegistryDao serviceRegistryDao)
           
DefaultServicesManagerImpl(ServiceRegistryDao serviceRegistryDao, java.util.List<java.lang.String> defaultAttributes)
          Constructs an instance of the DefaultServicesManagerImpl where the default RegisteredService can include a set of default attributes to use if no services are defined in the registry.
 



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.