Uses of Interface
org.red5.server.api.so.ISharedObjectSecurity

Packages that use ISharedObjectSecurity
org.red5.server.adapter   
org.red5.server.api.so   
org.red5.server.so   
 

Uses of ISharedObjectSecurity in org.red5.server.adapter
 

Methods in org.red5.server.adapter that return types with arguments of type ISharedObjectSecurity
 Set<ISharedObjectSecurity> MultiThreadedApplicationAdapter.getSharedObjectSecurity()
          Get handlers that protect shared objects.
 

Methods in org.red5.server.adapter with parameters of type ISharedObjectSecurity
 void MultiThreadedApplicationAdapter.registerSharedObjectSecurity(ISharedObjectSecurity handler)
          Add handler that protects shared objects.
 void MultiThreadedApplicationAdapter.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
          Remove handler that protects shared objects.
 

Uses of ISharedObjectSecurity in org.red5.server.api.so
 

Methods in org.red5.server.api.so that return types with arguments of type ISharedObjectSecurity
 Set<ISharedObjectSecurity> ISharedObjectSecurityService.getSharedObjectSecurity()
          Get handlers that protect shared objects.
 

Methods in org.red5.server.api.so with parameters of type ISharedObjectSecurity
 void ISharedObjectSecurityService.registerSharedObjectSecurity(ISharedObjectSecurity handler)
          Add handler that protects shared objects.
 void ISharedObjectSecurityService.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
          Remove handler that protects shared objects.
 

Uses of ISharedObjectSecurity in org.red5.server.so
 

Methods in org.red5.server.so that return types with arguments of type ISharedObjectSecurity
 Set<ISharedObjectSecurity> SharedObjectScope.getSharedObjectSecurity()
          Get handlers that protect shared objects.
 

Methods in org.red5.server.so with parameters of type ISharedObjectSecurity
 void SharedObjectScope.registerSharedObjectSecurity(ISharedObjectSecurity handler)
          Add handler that protects shared objects.
 void SharedObjectScope.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
          Remove handler that protects shared objects.
 



Copyright © 2006-2010 The Red5 Project