Package org.red5.annotations
Annotation 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, Joachim Bauch (jojo@struktur.de)
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionPermission required to execute method.
-
Element Details
-
permission
String permissionPermission required to execute method.- Returns:
- permission required
-