Uses of Interface
org.red5.server.api.stream.IStreamPublishSecurity
Packages that use IStreamPublishSecurity
Package
Description
-
Uses of IStreamPublishSecurity in io.antmedia
Fields in io.antmedia with type parameters of type IStreamPublishSecurityModifier and TypeFieldDescriptionprivate List<IStreamPublishSecurity>
AntMediaApplicationAdapter.streamPublishSecurityList
Methods in io.antmedia that return types with arguments of type IStreamPublishSecurityMethod parameters in io.antmedia with type arguments of type IStreamPublishSecurityModifier and TypeMethodDescriptionvoid
AntMediaApplicationAdapter.setStreamPublishSecurityList
(List<IStreamPublishSecurity> streamPublishSecurityList) -
Uses of IStreamPublishSecurity in io.antmedia.security
Classes in io.antmedia.security that implement IStreamPublishSecurityModifier and TypeClassDescriptionclass
class
class
class
-
Uses of IStreamPublishSecurity in org.red5.server.adapter
Fields in org.red5.server.adapter with type parameters of type IStreamPublishSecurityModifier and TypeFieldDescriptionprivate Set<IStreamPublishSecurity>
MultiThreadedApplicationAdapter.publishSecurity
List of handlers that protect stream publishing.Methods in org.red5.server.adapter that return types with arguments of type IStreamPublishSecurityModifier and TypeMethodDescriptionMultiThreadedApplicationAdapter.getStreamPublishSecurity()
Get handlers that protect stream publishing.Methods in org.red5.server.adapter with parameters of type IStreamPublishSecurityModifier and TypeMethodDescriptionvoid
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.service
Methods in org.red5.server.api.service that return types with arguments of type IStreamPublishSecurityModifier and TypeMethodDescriptionIStreamSecurityService.getStreamPublishSecurity()
Get handlers that protect stream publishing.Methods in org.red5.server.api.service with parameters of type IStreamPublishSecurityModifier and TypeMethodDescriptionvoid
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
Methods in org.red5.server.api.stream that return types with arguments of type IStreamPublishSecurityModifier and TypeMethodDescriptionIStreamSecurityService.getStreamPublishSecurity()
Get handlers that protect stream publishing.Methods in org.red5.server.api.stream with parameters of type IStreamPublishSecurityModifier and TypeMethodDescriptionvoid
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 IStreamPublishSecurityModifier and TypeClassDescriptionclass
Stream security handler that denies access to all streams.