Class RunAs
- java.lang.Object
-
- org.eclipse.jetty.plus.annotation.RunAs
-
@Deprecated public class RunAs extends java.lang.Object
Deprecated.unused as of 9.4.28 due for removal in 10.0.0RunAsRepresents a
<run-as>
element in web.xml, or a@RunAs
annotation.
-
-
Constructor Summary
Constructors Constructor Description RunAs(java.lang.String className, java.lang.String roleName)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getRoleName()
Deprecated.java.lang.String
getTargetClassName()
Deprecated.void
setRunAs(ServletHolder holder)
Deprecated.
-
-
-
Method Detail
-
getTargetClassName
public java.lang.String getTargetClassName()
Deprecated.
-
getRoleName
public java.lang.String getRoleName()
Deprecated.
-
setRunAs
public void setRunAs(ServletHolder holder)
Deprecated.
-
-