public enum NTLMMode extends Enum<NTLMMode>
Enum Constant and Description |
---|
MD4_PROVIDER |
NONE |
PASS_THROUGH |
Modifier and Type | Method and Description |
---|---|
static NTLMMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NTLMMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NTLMMode PASS_THROUGH
public static final NTLMMode MD4_PROVIDER
public static final NTLMMode NONE
public static NTLMMode[] values()
for (NTLMMode c : NTLMMode.values()) System.out.println(c);
public static NTLMMode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2017 Alfresco Software. All rights reserved.