public interface ISharedObjectSecurityService extends IScopeService
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
Name of a bean defining that scope service.
|
Modifier and Type | Method and Description |
---|---|
Set<ISharedObjectSecurity> |
getSharedObjectSecurity()
Get handlers that protect shared objects.
|
void |
registerSharedObjectSecurity(ISharedObjectSecurity handler)
Add handler that protects shared objects.
|
void |
unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
Remove handler that protects shared objects.
|
static final String BEAN_NAME
void registerSharedObjectSecurity(ISharedObjectSecurity handler)
handler
- Handler to add.void unregisterSharedObjectSecurity(ISharedObjectSecurity handler)
handler
- Handler to remove.Set<ISharedObjectSecurity> getSharedObjectSecurity()
Copyright © 2006-2012 The Red5 Project