Class RunAsCollection
- java.lang.Object
-
- org.eclipse.jetty.plus.annotation.RunAsCollection
-
public class RunAsCollection extends java.lang.ObjectRunAsCollection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringRUNAS_COLLECTION
-
Constructor Summary
Constructors Constructor Description RunAsCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(RunAs runAs)RunAsgetRunAs(java.lang.Object o)voidsetRunAs(java.lang.Object o)
-
-
-
Field Detail
-
RUNAS_COLLECTION
public static final java.lang.String RUNAS_COLLECTION
- See Also:
- Constant Field Values
-
-