Uses of Interface
net.sf.sail.webapp.domain.authentication.ImmutableAclEntry

Packages that use ImmutableAclEntry
net.sf.sail.webapp.dao.authentication   
net.sf.sail.webapp.dao.authentication.impl   
net.sf.sail.webapp.domain.authentication.impl   
 

Uses of ImmutableAclEntry in net.sf.sail.webapp.dao.authentication
 

Classes in net.sf.sail.webapp.dao.authentication with type parameters of type ImmutableAclEntry
 interface AclEntryDao<T extends ImmutableAclEntry>
          This class is not being used.
 

Uses of ImmutableAclEntry in net.sf.sail.webapp.dao.authentication.impl
 

Methods in net.sf.sail.webapp.dao.authentication.impl that return types with arguments of type ImmutableAclEntry
protected  Class<? extends ImmutableAclEntry> HibernateAclEntryDao.getDataObjectClass()
           
 

Uses of ImmutableAclEntry in net.sf.sail.webapp.domain.authentication.impl
 

Classes in net.sf.sail.webapp.domain.authentication.impl that implement ImmutableAclEntry
 class PersistentAclEntry
          Concrete implementation of MutableAclEntry marked with EJB3 annotations for persistence.
 



Copyright © 2012. All Rights Reserved.