| Package | Description |
|---|---|
| org.red5.server.api.so | |
| org.red5.server.so |
| Modifier and Type | Method and Description |
|---|---|
Set<ISharedObjectSecurity> |
ISharedObjectSecurityService.getSharedObjectSecurity()
Get handlers that protect shared objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISharedObjectSecurityService.registerSharedObjectSecurity(ISharedObjectSecurity handler)
Add handler that protects shared objects.
|
void |
ISharedObjectSecurityService.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
Remove handler that protects shared objects.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ISharedObjectSecurity> |
SharedObjectScope.getSharedObjectSecurity()
Get handlers that protect shared objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SharedObjectScope.registerSharedObjectSecurity(ISharedObjectSecurity handler)
Add handler that protects shared objects.
|
void |
SharedObjectScope.unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
Remove handler that protects shared objects.
|
Copyright © 2005–2017 Red5. All rights reserved.