com.plumtree.server
Class PT_PROFILE_UNIQUE_KEYS

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

public final class PT_PROFILE_UNIQUE_KEYS
extends java.lang.Object

Defines the meaning of special property IDs used by the IPTProfileSource interface as unique keys for profile syncs. These settings are mainly used in conjunction with the SetPortalUniqueKey() and GetPortalUniqueKey() functions on IPTProfileSource.

See Also:
IPTProfileSource

Field Summary
static int USER_AUTHENTICATION_NAME
          Identifies the user's authentication name as the key sent to the remote profile provider.
static int USER_UNIQUE_NAME
          Identifies the user's unique name as the key sent to the remote profile provider.
 
Constructor Summary
PT_PROFILE_UNIQUE_KEYS()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_UNIQUE_NAME

public static final int USER_UNIQUE_NAME

Identifies the user's unique name as the key sent to the remote profile provider. The unique name corresponds to that returned by the IPTUser.GetUserAuthName() function.

See Also:
IPTUser, Constant Field Values

USER_AUTHENTICATION_NAME

public static final int USER_AUTHENTICATION_NAME

Identifies the user's authentication name as the key sent to the remote profile provider. The authentication name corresponds to that returned by the IPTUser.GetAuthenticationUser() function.

See Also:
IPTUser, Constant Field Values
Constructor Detail

PT_PROFILE_UNIQUE_KEYS

public PT_PROFILE_UNIQUE_KEYS()