Uses of Interface
org.red5.server.api.stream.IStreamPublishSecurity

Packages that use IStreamPublishSecurity
org.red5.server.adapter   
org.red5.server.api.stream   
org.red5.server.api.stream.support   
 

Uses of IStreamPublishSecurity in org.red5.server.adapter
 

Methods in org.red5.server.adapter that return types with arguments of type IStreamPublishSecurity
 Set<IStreamPublishSecurity> MultiThreadedApplicationAdapter.getStreamPublishSecurity()
          Get handlers that protect stream publishing.
 

Methods in org.red5.server.adapter with parameters of type IStreamPublishSecurity
 void MultiThreadedApplicationAdapter.registerStreamPublishSecurity(IStreamPublishSecurity handler)
          Add handler that protects stream publishing.
 void MultiThreadedApplicationAdapter.unregisterStreamPublishSecurity(IStreamPublishSecurity handler)
          Remove handler that protects stream publishing.
 

Uses of IStreamPublishSecurity in org.red5.server.api.stream
 

Methods in org.red5.server.api.stream that return types with arguments of type IStreamPublishSecurity
 Set<IStreamPublishSecurity> IStreamSecurityService.getStreamPublishSecurity()
          Get handlers that protect stream publishing.
 

Methods in org.red5.server.api.stream with parameters of type IStreamPublishSecurity
 void IStreamSecurityService.registerStreamPublishSecurity(IStreamPublishSecurity handler)
          Add handler that protects stream publishing.
 void IStreamSecurityService.unregisterStreamPublishSecurity(IStreamPublishSecurity handler)
          Remove handler that protects stream publishing.
 

Uses of IStreamPublishSecurity in org.red5.server.api.stream.support
 

Classes in org.red5.server.api.stream.support that implement IStreamPublishSecurity
 class DenyAllStreamAccess
          Stream security handler that denies access to all streams.
 



Copyright © 2006-2012 The Red5 Project