Package org.red5.server.api.scope
Interface IScopeSecurityHandler
- All Known Implementing Classes:
ScopeSecurityHandler
public interface IScopeSecurityHandler
Provides an interface for scope security handling.
- Author:
- Paul Gregoire (mondain@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
allowed
(IConnection conn) Determines whether or not a given connection is allowed.boolean
Determines whether or not a given scope is allowed.
-
Method Details
-
allowed
Determines whether or not a given connection is allowed.- Parameters:
conn
- connection- Returns:
- true if allowed and false otherwise
-
allowed
Determines whether or not a given scope is allowed.- Parameters:
conn
- connection- Returns:
- true if allowed and false otherwise
-