org.alfresco.repo.security.authentication
Class NTLMMode

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static NTLMMode MD4_PROVIDER
           
static NTLMMode NONE
           
static NTLMMode PASS_THROUGH
           
 
Method Summary
static NTLMMode valueOf(java.lang.String name)
           
static NTLMMode[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PASS_THROUGH

public static final NTLMMode PASS_THROUGH

MD4_PROVIDER

public static final NTLMMode MD4_PROVIDER

NONE

public static final NTLMMode NONE
Method Detail

values

public static NTLMMode[] values()

valueOf

public static NTLMMode valueOf(java.lang.String name)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.