Uses of Interface
org.red5.server.api.stream.IStreamPlaybackSecurity
Packages that use IStreamPlaybackSecurity
Package
Description
-
Uses of IStreamPlaybackSecurity in org.red5.server.adapter
Fields in org.red5.server.adapter with type parameters of type IStreamPlaybackSecurityModifier and TypeFieldDescriptionprivate Set<IStreamPlaybackSecurity>
MultiThreadedApplicationAdapter.playbackSecurity
List of handlers that protect stream playback.Methods in org.red5.server.adapter that return types with arguments of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getStreamPlaybackSecurity()
Get handlers that protect stream plaback.Methods in org.red5.server.adapter with parameters of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionvoid
MultiThreadedApplicationAdapter.registerStreamPlaybackSecurity
(IStreamPlaybackSecurity handler) Add handler that protects stream playback.void
MultiThreadedApplicationAdapter.unregisterStreamPlaybackSecurity
(IStreamPlaybackSecurity handler) Remove handler that protects stream playback. -
Uses of IStreamPlaybackSecurity in org.red5.server.api.service
Methods in org.red5.server.api.service that return types with arguments of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionIStreamSecurityService.getStreamPlaybackSecurity()
Get handlers that protect stream plaback.Methods in org.red5.server.api.service with parameters of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionvoid
IStreamSecurityService.registerStreamPlaybackSecurity
(IStreamPlaybackSecurity handler) Add handler that protects stream playback.void
IStreamSecurityService.unregisterStreamPlaybackSecurity
(IStreamPlaybackSecurity handler) Remove handler that protects stream playback. -
Uses of IStreamPlaybackSecurity in org.red5.server.api.stream
Methods in org.red5.server.api.stream that return types with arguments of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionIStreamSecurityService.getStreamPlaybackSecurity()
Get handlers that protect stream plaback.Methods in org.red5.server.api.stream with parameters of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionvoid
IStreamSecurityService.registerStreamPlaybackSecurity
(IStreamPlaybackSecurity handler) Add handler that protects stream playback.void
IStreamSecurityService.unregisterStreamPlaybackSecurity
(IStreamPlaybackSecurity handler) Remove handler that protects stream playback. -
Uses of IStreamPlaybackSecurity in org.red5.server.api.stream.support
Classes in org.red5.server.api.stream.support that implement IStreamPlaybackSecurityModifier and TypeClassDescriptionclass
Stream security handler that denies access to all streams.