Uses of Class
ome.security.basic.CurrentDetails

Packages that use CurrentDetails
ome.logic The central repository of implementations which will be accessible through this server. 
ome.security JBoss and OMERO security handling This includes classes that provide security for the execution and usage of the OMERO server on a JBoss platform. 
ome.security.basic Basic OMERO security contextual classes Basic classes that provide security context objects necessary to secure the implementation of the OMERO server on a JBoss platform. 
ome.security.sharing   
ome.services.sessions   
ome.services.sessions.stats   
ome.services.sharing ome.api.IShare support infrastructure. 
ome.services.util Helper classes to support OMERO service beans Instead of abstract classes, IOC methods and dependency injection is used to provide service interception for the Service (binary) bean classes. 
 

Uses of CurrentDetails in ome.logic
 

Methods in ome.logic with parameters of type CurrentDetails
 void ConfigImpl.setCurrentDetails(CurrentDetails currentDetails)
          PreferenceContext setter for dependency injection.
 

Uses of CurrentDetails in ome.security
 

Constructors in ome.security with parameters of type CurrentDetails
CompositeACLVoter(CurrentDetails cd, BasicACLVoter basic, SharingACLVoter sharing)
           
 

Uses of CurrentDetails in ome.security.basic
 

Fields in ome.security.basic declared as CurrentDetails
protected  CurrentDetails BasicSecuritySystem.cd
           
protected  CurrentDetails EventLogListener.cd
           
protected  CurrentDetails BasicACLVoter.currentUser
           
 

Constructors in ome.security.basic with parameters of type CurrentDetails
BasicACLVoter(CurrentDetails cd, SystemTypes sysTypes, TokenHolder tokenHolder)
           
BasicSecuritySystem(OmeroInterceptor interceptor, SystemTypes sysTypes, CurrentDetails cd, SessionManager sessionManager, Roles roles, ServiceFactory sf, TokenHolder tokenHolder)
          Main public constructor for this SecuritySystem implementation.
EventListenersFactoryBean(CurrentDetails cd, TokenHolder th, ACLVoter voter, OmeroInterceptor interceptor)
           
EventLogListener(CurrentDetails cd)
          main constructor.
MergeEventListener(CurrentDetails cd, TokenHolder th)
          main constructor.
OmeroInterceptor(SystemTypes sysTypes, ExtendedMetadata em, CurrentDetails cd, TokenHolder tokenHolder, SessionStats stats)
           
SaveEventListener(CurrentDetails cd, TokenHolder th)
          main constructor.
UpdateEventListener(CurrentDetails cd)
          main constructor. controls access to individual db rows..
 

Uses of CurrentDetails in ome.security.sharing
 

Constructors in ome.security.sharing with parameters of type CurrentDetails
SharingACLVoter(CurrentDetails cd, SystemTypes sysTypes, ShareStore store)
           
 

Uses of CurrentDetails in ome.services.sessions
 

Constructors in ome.services.sessions with parameters of type CurrentDetails
SessionBean(SessionManager mgr, Executor ex, CurrentDetails cd)
           
 

Uses of CurrentDetails in ome.services.sessions.stats
 

Constructors in ome.services.sessions.stats with parameters of type CurrentDetails
CurrentSessionStats(CurrentDetails cd, SessionManager sm)
           
PerSessionStats(CurrentDetails cd, SessionManager sm)
           
PerThreadStats(CurrentDetails currentDetails)
           
 

Uses of CurrentDetails in ome.services.sharing
 

Constructors in ome.services.sharing with parameters of type CurrentDetails
ShareRestrictionTransactionAttributeSource(CurrentDetails details, SessionCache cache)
           
 

Uses of CurrentDetails in ome.services.util
 

Fields in ome.services.util declared as CurrentDetails
protected  CurrentDetails Executor.Impl.principalHolder
           
 

Constructors in ome.services.util with parameters of type CurrentDetails
Executor.Impl(CurrentDetails principalHolder, org.hibernate.SessionFactory factory, org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc, String[] proxyNames)
           
Executor.Impl(CurrentDetails principalHolder, org.hibernate.SessionFactory factory, org.springframework.jdbc.core.simple.SimpleJdbcOperations jdbc, String[] proxyNames, ExecutorService service)
           
ServiceHandler(CurrentDetails cd)
           
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.