org.alfresco.repo.security.authentication
Class NTLMMode
java.lang.Object
java.lang.Enum
org.alfresco.repo.security.authentication.NTLMMode
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class NTLMMode
- extends java.lang.Enum
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PASS_THROUGH
public static final NTLMMode PASS_THROUGH
MD4_PROVIDER
public static final NTLMMode MD4_PROVIDER
NONE
public static final NTLMMode NONE
values
public static final NTLMMode[] values()
valueOf
public static NTLMMode valueOf(java.lang.String name)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.