com.plumtree.server
Class PT_AUTHSOURCEPROVIDER_CAPABILITIES

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

public final class PT_AUTHSOURCEPROVIDER_CAPABILITIES
extends java.lang.Object

A list of optional capabilities that an auth source provider may support.

Author:
JosephS
See Also:
IPTAuthSourceProvider

Field Summary
static int PT_AUTHSOURCEPROV_SUPPORTSSYNCHRONIZATION
          Supports synchronizing groups and users with an external directory.
 
Constructor Summary
PT_AUTHSOURCEPROVIDER_CAPABILITIES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_AUTHSOURCEPROV_SUPPORTSSYNCHRONIZATION

public static final int PT_AUTHSOURCEPROV_SUPPORTSSYNCHRONIZATION
Supports synchronizing groups and users with an external directory.

See Also:
Constant Field Values
Constructor Detail

PT_AUTHSOURCEPROVIDER_CAPABILITIES

public PT_AUTHSOURCEPROVIDER_CAPABILITIES()