Uses of Interface
org.red5.server.api.stream.IStreamPlaybackSecurity
Packages that use IStreamPlaybackSecurity
Package
Description
-
Uses of IStreamPlaybackSecurity in io.antmedia
Fields in io.antmedia with type parameters of type IStreamPlaybackSecurityModifier and TypeFieldDescriptionprivate List<IStreamPlaybackSecurity>AntMediaApplicationAdapter.streamPlaySecurityListMethods in io.antmedia that return types with arguments of type IStreamPlaybackSecurityMethod parameters in io.antmedia with type arguments of type IStreamPlaybackSecurityModifier and TypeMethodDescriptionvoidAntMediaApplicationAdapter.setStreamPlaySecurityList(List<IStreamPlaybackSecurity> streamPlaySecurityList) -
Uses of IStreamPlaybackSecurity in io.antmedia.security
Classes in io.antmedia.security that implement IStreamPlaybackSecurity -
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.playbackSecurityList 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 TypeMethodDescriptionvoidMultiThreadedApplicationAdapter.registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler) Add handler that protects stream playback.voidMultiThreadedApplicationAdapter.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 TypeMethodDescriptionvoidIStreamSecurityService.registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler) Add handler that protects stream playback.voidIStreamSecurityService.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 TypeMethodDescriptionvoidIStreamSecurityService.registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler) Add handler that protects stream playback.voidIStreamSecurityService.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 TypeClassDescriptionclassStream security handler that denies access to all streams.