com.plumtree.server
Class PT_AUTHSOURCEPROV_USERGROUP_COLS

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

public final class PT_AUTHSOURCEPROV_USERGROUP_COLS
extends java.lang.Object

Defines the columns returned by auth source providers in user and group queries.

Version:
$Revision$
Author:
Mike Jahr
See Also:
com.plumtree.server.IPTAuthSourceProvider

Field Summary
static int PT_AUTHSOURCEPROV_RETURN_COL_AUTHNAME
          Authentication name.
static int PT_AUTHSOURCEPROV_RETURN_COL_MAX
          Number of columns.
static int PT_AUTHSOURCEPROV_RETURN_COL_NAME
          Name.
static int PT_AUTHSOURCEPROV_RETURN_COL_UNIQUENAME
          Unique name.
 
Constructor Summary
PT_AUTHSOURCEPROV_USERGROUP_COLS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_AUTHSOURCEPROV_RETURN_COL_NAME

public static final int PT_AUTHSOURCEPROV_RETURN_COL_NAME
Name.

See Also:
Constant Field Values

PT_AUTHSOURCEPROV_RETURN_COL_AUTHNAME

public static final int PT_AUTHSOURCEPROV_RETURN_COL_AUTHNAME
Authentication name.

See Also:
Constant Field Values

PT_AUTHSOURCEPROV_RETURN_COL_UNIQUENAME

public static final int PT_AUTHSOURCEPROV_RETURN_COL_UNIQUENAME
Unique name.

See Also:
Constant Field Values

PT_AUTHSOURCEPROV_RETURN_COL_MAX

public static final int PT_AUTHSOURCEPROV_RETURN_COL_MAX
Number of columns.

See Also:
Constant Field Values
Constructor Detail

PT_AUTHSOURCEPROV_USERGROUP_COLS

public PT_AUTHSOURCEPROV_USERGROUP_COLS()