HeaderToken, java.io.Serializable, java.lang.Comparable<AuthenticationInfoToken>public enum AuthenticationInfoToken extends java.lang.Enum<AuthenticationInfoToken> implements HeaderToken
| Enum Constant | Description |
|---|---|
CNONCE |
|
MESSAGE_QOP |
|
NEXT_NONCE |
|
NONCE_COUNT |
|
RESPONSE_AUTH |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getName() |
|
boolean |
isAllowQuoted() |
|
static java.util.Map<AuthenticationInfoToken,java.lang.String> |
parseHeader(java.lang.String header) |
|
static AuthenticationInfoToken |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static AuthenticationInfoToken[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationInfoToken NEXT_NONCE
public static final AuthenticationInfoToken MESSAGE_QOP
public static final AuthenticationInfoToken RESPONSE_AUTH
public static final AuthenticationInfoToken CNONCE
public static final AuthenticationInfoToken NONCE_COUNT
public static AuthenticationInfoToken[] values()
for (AuthenticationInfoToken c : AuthenticationInfoToken.values()) System.out.println(c);
public static AuthenticationInfoToken valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
getName in interface HeaderTokenpublic boolean isAllowQuoted()
isAllowQuoted in interface HeaderTokenpublic static java.util.Map<AuthenticationInfoToken,java.lang.String> parseHeader(java.lang.String header)
Copyright © 2018. All rights reserved.