Uses of Interface
org.wamblee.usermgt.UserAccessor

Packages that use UserAccessor
org.wamblee.security.authorization   
org.wamblee.security.authorization.hibernate   
org.wamblee.usermgt   
 

Uses of UserAccessor in org.wamblee.security.authorization
 

Methods in org.wamblee.security.authorization with parameters of type UserAccessor
 void DefaultAuthorizationService.setUserAccessor(UserAccessor aUserAccessor)
          Sets the user accessor.
 

Constructors in org.wamblee.security.authorization with parameters of type UserAccessor
DefaultAuthorizationService(UserAccessor aAccessor, java.lang.String aName)
          Constructs the service.
 

Uses of UserAccessor in org.wamblee.security.authorization.hibernate
 

Constructors in org.wamblee.security.authorization.hibernate with parameters of type UserAccessor
PersistentAuthorizationService(java.lang.String aName, org.springframework.orm.hibernate3.HibernateTemplate aTemplate, UserAccessor aAccessor, long aRefreshInterval)
          Constructs the persistent service.
 

Uses of UserAccessor in org.wamblee.usermgt
 

Classes in org.wamblee.usermgt that implement UserAccessor
 class JaasUserAccessor
          Implementation of the user accessor that retrieves user information from JAAS.
 



Copyright © 2010. All Rights Reserved.