public interface IStreamSecurityService 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<IStreamPlaybackSecurity> |
getStreamPlaybackSecurity()
Get handlers that protect stream plaback.
|
Set<IStreamPublishSecurity> |
getStreamPublishSecurity()
Get handlers that protect stream publishing.
|
void |
registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
Add handler that protects stream playback.
|
void |
registerStreamPublishSecurity(IStreamPublishSecurity handler)
Add handler that protects stream publishing.
|
void |
unregisterStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
Remove handler that protects stream playback.
|
void |
unregisterStreamPublishSecurity(IStreamPublishSecurity handler)
Remove handler that protects stream publishing.
|
static final String BEAN_NAME
void registerStreamPublishSecurity(IStreamPublishSecurity handler)
handler - Handler to add.void unregisterStreamPublishSecurity(IStreamPublishSecurity handler)
handler - Handler to remove.Set<IStreamPublishSecurity> getStreamPublishSecurity()
void registerStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
handler - Handler to add.void unregisterStreamPlaybackSecurity(IStreamPlaybackSecurity handler)
handler - Handler to remove.Set<IStreamPlaybackSecurity> getStreamPlaybackSecurity()
Copyright © 2005–2017 Red5. All rights reserved.