|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.http.headers.HTTPAuthenticationType
public final class HTTPAuthenticationType
A representation of the literals of the enumeration 'HTTP Authentication Type', and utility methods for working with them.
Field Summary | |
---|---|
static int |
BASIC
The 'Basic' literal value. |
static HTTPAuthenticationType |
BASIC_LITERAL
The 'Basic' literal object. |
static java.lang.String |
COPYRIGHT
|
static java.util.List |
VALUES
A public read-only list of all the 'HTTP Authentication Type' enumerators. |
Method Summary | |
---|---|
static HTTPAuthenticationType |
get(int value)
Returns the 'HTTP Authentication Type' literal with the specified integer value. |
static HTTPAuthenticationType |
get(java.lang.String literal)
Returns the 'HTTP Authentication Type' literal with the specified literal value. |
static HTTPAuthenticationType |
getByName(java.lang.String name)
Returns the 'HTTP Authentication Type' literal with the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final int BASIC
BASIC_LITERAL
,
Constant Field Valuespublic static final HTTPAuthenticationType BASIC_LITERAL
BASIC
public static final java.util.List VALUES
Method Detail |
---|
public static HTTPAuthenticationType get(java.lang.String literal)
public static HTTPAuthenticationType getByName(java.lang.String name)
public static HTTPAuthenticationType get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |