Package org.apache.catalina.realm
Class Constants
- java.lang.Object
-
- org.apache.catalina.realm.Constants
-
@Deprecated public final class Constants extends Object
Deprecated.Unused. Will be removed in Tomcat 9Manifest constants for this Java package.- Author:
- Craig R. McClanahan
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIDENTIAL_TRANSPORT
Deprecated.static String
FORM_ACTION
Deprecated.static String
FORM_METHOD
Deprecated.static String
INTEGRAL_TRANSPORT
Deprecated.static String
NONE_TRANSPORT
Deprecated.static String
Package
Deprecated.
-
Constructor Summary
Constructors Constructor Description Constants()
Deprecated.
-
-
-
Field Detail
-
Package
public static final String Package
Deprecated.- See Also:
- Constant Field Values
-
FORM_METHOD
public static final String FORM_METHOD
Deprecated.- See Also:
- Constant Field Values
-
FORM_ACTION
public static final String FORM_ACTION
Deprecated.- See Also:
- Constant Field Values
-
NONE_TRANSPORT
public static final String NONE_TRANSPORT
Deprecated.- See Also:
- Constant Field Values
-
INTEGRAL_TRANSPORT
public static final String INTEGRAL_TRANSPORT
Deprecated.- See Also:
- Constant Field Values
-
CONFIDENTIAL_TRANSPORT
public static final String CONFIDENTIAL_TRANSPORT
Deprecated.- See Also:
- Constant Field Values
-
-