Class RunAsCollection
- java.lang.Object
-
- org.eclipse.jetty.plus.annotation.RunAsCollection
-
@Deprecated public class RunAsCollection extends java.lang.Object
Deprecated.class unused as of 9.4.28 due for removal in 10.0.0RunAsCollection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RUNAS_COLLECTION
Deprecated.
-
Constructor Summary
Constructors Constructor Description RunAsCollection()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
add(RunAs runAs)
Deprecated.RunAs
getRunAs(java.lang.Object o)
Deprecated.void
setRunAs(java.lang.Object o)
Deprecated.
-
-
-
Field Detail
-
RUNAS_COLLECTION
public static final java.lang.String RUNAS_COLLECTION
Deprecated.- See Also:
- Constant Field Values
-
-