Uses of Interface
org.red5.server.api.scope.IScopeSecurityHandler
Packages that use IScopeSecurityHandler
-
Uses of IScopeSecurityHandler in org.red5.server.api.scope
Method parameters in org.red5.server.api.scope with type arguments of type IScopeSecurityHandlerModifier and TypeMethodDescriptionvoid
IBasicScope.setSecurityHandlers
(Set<IScopeSecurityHandler> securityHandlers) Sets the scope security handlers. -
Uses of IScopeSecurityHandler in org.red5.server.scope
Classes in org.red5.server.scope that implement IScopeSecurityHandlerModifier and TypeClassDescriptionclass
Scope security handler providing positive results to any allow request.Fields in org.red5.server.scope with type parameters of type IScopeSecurityHandlerModifier and TypeFieldDescriptionprotected CopyOnWriteArraySet<IScopeSecurityHandler>
BasicScope.securityHandlers
List of security handlersMethod parameters in org.red5.server.scope with type arguments of type IScopeSecurityHandlerModifier and TypeMethodDescriptionvoid
BasicScope.setSecurityHandlers
(Set<IScopeSecurityHandler> handlers) Sets the scope security handlers.