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 TypeMethodDescriptionvoidIBasicScope.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 TypeClassDescriptionclassScope 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.securityHandlersList of security handlersMethod parameters in org.red5.server.scope with type arguments of type IScopeSecurityHandlerModifier and TypeMethodDescriptionvoidBasicScope.setSecurityHandlers(Set<IScopeSecurityHandler> handlers) Sets the scope security handlers.