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 ([email protected])
-
Method Summary
Modifier and TypeMethodDescriptionbooleanallowed(IConnection conn) Determines whether or not a given connection is allowed.booleanDetermines 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
-