Uses of Interface
org.red5.server.api.scope.IScopeSecurityHandler
-
Uses of IScopeSecurityHandler in org.red5.server.api.scope
Modifier and TypeMethodDescriptionvoid
IBasicScope.setSecurityHandlers
(Set<IScopeSecurityHandler> securityHandlers) Sets the scope security handlers. -
Uses of IScopeSecurityHandler in org.red5.server.scope
Modifier and TypeClassDescriptionclass
Scope security handler providing positive results to any allow request.Modifier and TypeFieldDescriptionprotected CopyOnWriteArraySet<IScopeSecurityHandler>
BasicScope.securityHandlers
List of security handlersModifier and TypeMethodDescriptionvoid
BasicScope.setSecurityHandlers
(Set<IScopeSecurityHandler> handlers) Sets the scope security handlers.