com.plumtree.server
Class PT_AUTHTYPES

java.lang.Object
  extended by com.plumtree.server.PT_AUTHTYPES

Deprecated.

public final class PT_AUTHTYPES
extends java.lang.Object

Enumeration of auth types for auth sources.

Version:
$Revision$
Author:
Mike Jahr
See Also:
IPTAuthSource

Field Summary
static int PT_AUTHTYPE_EXTENSIBLE
          Deprecated. Auth type for all external auth sources.
static int PT_AUTHTYPE_LEGACYNT
          Deprecated. Auth type for the deprecated Legacy NT auth source.
static int PT_AUTHTYPE_PLUMTREE
          Deprecated. Auth type for the Plumtree auth source.
 
Constructor Summary
PT_AUTHTYPES()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_AUTHTYPE_PLUMTREE

public static final int PT_AUTHTYPE_PLUMTREE
Deprecated. 
Auth type for the Plumtree auth source.

See Also:
Constant Field Values

PT_AUTHTYPE_LEGACYNT

public static final int PT_AUTHTYPE_LEGACYNT
Deprecated. 
Auth type for the deprecated Legacy NT auth source.

See Also:
Constant Field Values

PT_AUTHTYPE_EXTENSIBLE

public static final int PT_AUTHTYPE_EXTENSIBLE
Deprecated. 
Auth type for all external auth sources.

See Also:
Constant Field Values
Constructor Detail

PT_AUTHTYPES

public PT_AUTHTYPES()
Deprecated. 


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.