Uses of Interface
org.red5.server.api.so.ISharedObjectSecurity
Packages that use ISharedObjectSecurity
-
Uses of ISharedObjectSecurity in org.red5.server.api.so
Methods in org.red5.server.api.so that return types with arguments of type ISharedObjectSecurityModifier and TypeMethodDescriptionISharedObjectSecurityService.getSharedObjectSecurity()Get handlers that protect shared objects.Methods in org.red5.server.api.so with parameters of type ISharedObjectSecurityModifier and TypeMethodDescriptionvoidISharedObjectSecurityService.registerSharedObjectSecurity(ISharedObjectSecurity handler) Add handler that protects shared objects.voidISharedObjectSecurityService.unregisterSharedObjectSecurity(ISharedObjectSecurity handler) Remove handler that protects shared objects. -
Uses of ISharedObjectSecurity in org.red5.server.so
Methods in org.red5.server.so that return types with arguments of type ISharedObjectSecurityModifier and TypeMethodDescriptionSharedObjectScope.getSharedObjectSecurity()Get handlers that protect shared objects.Methods in org.red5.server.so with parameters of type ISharedObjectSecurityModifier and TypeMethodDescriptionvoidSharedObjectScope.registerSharedObjectSecurity(ISharedObjectSecurity handler) Add handler that protects shared objects.voidSharedObjectScope.unregisterSharedObjectSecurity(ISharedObjectSecurity handler) Remove handler that protects shared objects.