public interface ISharedObjectSecurity
| Modifier and Type | Method and Description |
|---|---|
boolean |
isConnectionAllowed(ISharedObject so)
Check if a connection to the given existing shared object is allowed.
|
boolean |
isCreationAllowed(IScope scope,
String name,
boolean persistent)
Check if the a shared object may be created in the given scope.
|
boolean |
isDeleteAllowed(ISharedObject so,
String key)
Check if the deletion of a property is allowed on the given shared object.
|
boolean |
isSendAllowed(ISharedObject so,
String message,
List<?> arguments)
Check if sending a message to the shared object is allowed.
|
boolean |
isWriteAllowed(ISharedObject so,
String key,
Object value)
Check if a modification is allowed on the given shared object.
|
boolean isCreationAllowed(IScope scope, String name, boolean persistent)
scope - scopename - namepersistent - is persistentboolean isConnectionAllowed(ISharedObject so)
so - shared ojbectboolean isWriteAllowed(ISharedObject so, String key, Object value)
so - shared objectkey - keyvalue - valueboolean isDeleteAllowed(ISharedObject so, String key)
so - shared objectkey - keyboolean isSendAllowed(ISharedObject so, String message, List<?> arguments)
so - shared objectmessage - messagearguments - argumentsCopyright © 2005–2017 Red5. All rights reserved.