com.plumtree.server
Class PT_AUTHSOURCEPROV_GROUPMEMBERSHIP_COLS

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

public final class PT_AUTHSOURCEPROV_GROUPMEMBERSHIP_COLS
extends java.lang.Object

Defines an additional column returned by auth source providers in group membership queries.

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

Field Summary
static int PT_AUTHSOURCEPROV_GROUPMEMBERSHIP_COL_GROUPUNIQUENAME
          Group unique name.
 
Constructor Summary
PT_AUTHSOURCEPROV_GROUPMEMBERSHIP_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_GROUPMEMBERSHIP_COL_GROUPUNIQUENAME

public static final int PT_AUTHSOURCEPROV_GROUPMEMBERSHIP_COL_GROUPUNIQUENAME
Group unique name.

See Also:
Constant Field Values
Constructor Detail

PT_AUTHSOURCEPROV_GROUPMEMBERSHIP_COLS

public PT_AUTHSOURCEPROV_GROUPMEMBERSHIP_COLS()