Uses of Interface
ome.security.SecuritySystem

Packages that use SecuritySystem
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.auth   
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 Base services package for OMERO API services This includes classes that implement OMERO API services described as interfaces in the OMERO Common component. 
ome.services.blitz.fire   
ome.services.blitz.impl   
ome.services.blitz.util   
ome.services.licenses Contains an add-on service and interceptor for license administration. 
ome.services.procs Internal process and process management This includes interfaces and classes that provide thread process management for internal processes critical to the operation of the OMERO server. 
 

Uses of SecuritySystem in ome.logic
 

Fields in ome.logic declared as SecuritySystem
protected  SecuritySystem AbstractLevel2Service.sec
           
 

Methods in ome.logic that return SecuritySystem
 SecuritySystem AbstractLevel2Service.getSecuritySystem()
           
 

Methods in ome.logic with parameters of type SecuritySystem
 void AbstractLevel2Service.setSecuritySystem(SecuritySystem secSys)
           
 

Uses of SecuritySystem in ome.security
 

Classes in ome.security that implement SecuritySystem
 class SecuritySystemHolder
          Security dispatcher holding each currently active SecuritySystem instance and allowing dispatching between them.
 

Fields in ome.security with type parameters of type SecuritySystem
protected  ThreadLocal<SecuritySystem> SecuritySystemHolder.current
           
 

Methods in ome.security that return SecuritySystem
 SecuritySystem SecuritySystemHolder.choose()
           
 

Uses of SecuritySystem in ome.security.auth
 

Fields in ome.security.auth declared as SecuritySystem
protected  SecuritySystem SimpleRoleProvider.sec
           
 

Constructors in ome.security.auth with parameters of type SecuritySystem
SimpleRoleProvider(SecuritySystem sec, SessionFactory sf)
           
 

Uses of SecuritySystem in ome.security.basic
 

Classes in ome.security.basic that implement SecuritySystem
 class BasicSecuritySystem
          simplest implementation of SecuritySystem.
 

Constructors in ome.security.basic with parameters of type SecuritySystem
NullEventHandler(SecuritySystem secSys, SessionFactory sf)
           
 

Uses of SecuritySystem in ome.security.sharing
 

Classes in ome.security.sharing that implement SecuritySystem
 class SharingSecuritySystem
          central security interface.
 

Uses of SecuritySystem in ome.services
 

Fields in ome.services declared as SecuritySystem
protected  SecuritySystem AbstractStatefulBean.sec
           
 

Methods in ome.services with parameters of type SecuritySystem
 void AbstractStatefulBean.setSecuritySystem(SecuritySystem secSys)
           
 

Constructors in ome.services with parameters of type SecuritySystem
RenderingBean(PixelsService dataService, LocalCompress compress, OriginalFileMetadataProvider provider, Executor ex, SecuritySystem secSys)
          Compression service Bean injector.
ThumbnailCtx(IQuery queryService, IUpdate updateService, IPixels pixelsService, IRenderingSettings settingsService, ThumbnailService thumbnailService, SecuritySystem securitySystem, long userId)
          Default constructor.
 

Uses of SecuritySystem in ome.services.blitz.fire
 

Fields in ome.services.blitz.fire declared as SecuritySystem
protected  SecuritySystem SessionManagerI.securitySystem
           
 

Constructors in ome.services.blitz.fire with parameters of type SecuritySystem
SessionManagerI(Ring ring, Ice.ObjectAdapter adapter, SecuritySystem secSys, SessionManager sessionManager, Executor executor, TopicManager topicManager, Registry reg)
           
 

Uses of SecuritySystem in ome.services.blitz.impl
 

Fields in ome.services.blitz.impl declared as SecuritySystem
protected  SecuritySystem TimelineI.ss
           
 

Methods in ome.services.blitz.impl with parameters of type SecuritySystem
 void TimelineI.setSecuritySystem(SecuritySystem ss)
           
 

Uses of SecuritySystem in ome.services.blitz.util
 

Methods in ome.services.blitz.util with parameters of type SecuritySystem
protected  SessionManagerI BlitzConfiguration.createAndRegisterManager(SessionManager sessionManager, SecuritySystem securitySystem, Executor executor)
           
 

Constructors in ome.services.blitz.util with parameters of type SecuritySystem
BlitzConfiguration(Ice.InitializationData id, Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor)
          Like #BlitzConfiguration(ome.services.sessions.SessionManager, SecuritySystem, Executor) but allows properties to be specified via an InitializationData instance.
BlitzConfiguration(Ice.InitializationData id, Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor, Map<String,Ice.ObjectFactory> factories)
          Full constructor
BlitzConfiguration(Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor)
          Single constructor which builds all Ice instances needed for the server runtime based on arguments provided.
BlitzConfiguration(Ring ring, SessionManager sessionManager, SecuritySystem securitySystem, Executor executor, Map<String,Ice.ObjectFactory> factories)
          Like #BlitzConfiguration(ome.services.sessions.SessionManager, SecuritySystem, Executor) but allows ObjectFactory instances to be specified via a Map.
 

Uses of SecuritySystem in ome.services.licenses
 

Methods in ome.services.licenses with parameters of type SecuritySystem
 void LicenseSessionListener.setSecuritySystem(SecuritySystem secSys)
           
 void LicenseBean.setStaticSecuritySystem(SecuritySystem security)
          This injector does not synchronize or check for null as specified in the LicenseStore.setStaticSecuritySystem(SecuritySystem) method, but delegates to the LicenseBean.STORE instance which should implement that logic.
 void LicenseStore.setStaticSecuritySystem(SecuritySystem securitySystem)
          Injector which allows the central SecuritySystem instance to be injected in the store post-constructor (since the main instance may be constructed statically.
 void Store.setStaticSecuritySystem(SecuritySystem securitySystem)
          See LicenseStore.setStaticSecuritySystem(SecuritySystem)
 

Uses of SecuritySystem in ome.services.procs
 

Fields in ome.services.procs declared as SecuritySystem
protected  SecuritySystem ProcessManager.Work.sec
          SecuritySystem in order to perform a secure save on the Job instance.
 

Constructors in ome.services.procs with parameters of type SecuritySystem
ProcessManager.Work(SecuritySystem sec, Processor... procs)
           
ProcessManager(SessionManager manager, SecuritySystem sec, Executor executor, Processor... procs)
          main constructor which takes a non-null array of Processor instances as its only argument.
 



OmeroJava Api

Version: Beta-4.2.0-r7571-b29

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