org.red5.annotations
Annotation Type DeclareProtected


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface DeclareProtected

Annotation for public methods that should be protected by a named permission when called through RTMP, RTMPT or Remoting.

Author:
The Red5 Project ([email protected]), Joachim Bauch ([email protected])

Required Element Summary
 String permission
          Permission required to execute method.
 

Element Detail

permission

public abstract String permission
Permission required to execute method.



Copyright © 2006-2012 The Red5 Project