com.webmethods.sc.directory
Interface IDirectoryPrincipalAttributeProvider

All Superinterfaces:
IDirectoryObject

public interface IDirectoryPrincipalAttributeProvider
extends IDirectoryObject

Interface that describes principal attribute provider


Field Summary
static String PAP_GROUP_DATABASE_ATTRS
          ID of the Group database PAP (Principal Attribute Provider)
static String PAP_GROUP_LDAP_ATTRS
          ID of the Group PAP (Principal Attribute Provider)
static String PAP_ROLE_DYNAMIC_ATTRS
          ID of the Role dynamic attributes PAP (Principal Attribute Provider)
static String PAP_USER_CALENDAR_ATTRS
          ID of the User Calendar PAP
static String PAP_USER_DATABASE_ATTRS
          ID of the User database PAP (Principal Attribute Provider)
static String PAP_USER_LDAP_ATTRS
          ID of the User LDAP PAP (Principal Attribute Provider)
static String PAP_USER_PREFERENCES_ATTRS
          ID of the User preferences PAP
static String PAP_USER_PROFILE_ATTRS
          ID of the User Profile PAP
static String PAP_USER_ROLES
          ID of the User dynamic attributes PAP (Principal Attribute Provider)
 
Method Summary
 String getName()
          Returns friendly display name for this principal attribute provider
 
Methods inherited from interface com.webmethods.sc.directory.IDirectoryObject
getDirectorySession, getID
 

Field Detail

PAP_USER_DATABASE_ATTRS

static final String PAP_USER_DATABASE_ATTRS
ID of the User database PAP (Principal Attribute Provider)

See Also:
Constant Field Values

PAP_GROUP_DATABASE_ATTRS

static final String PAP_GROUP_DATABASE_ATTRS
ID of the Group database PAP (Principal Attribute Provider)

See Also:
Constant Field Values

PAP_USER_LDAP_ATTRS

static final String PAP_USER_LDAP_ATTRS
ID of the User LDAP PAP (Principal Attribute Provider)

See Also:
Constant Field Values

PAP_GROUP_LDAP_ATTRS

static final String PAP_GROUP_LDAP_ATTRS
ID of the Group PAP (Principal Attribute Provider)

See Also:
Constant Field Values

PAP_USER_ROLES

static final String PAP_USER_ROLES
ID of the User dynamic attributes PAP (Principal Attribute Provider)

See Also:
Constant Field Values

PAP_ROLE_DYNAMIC_ATTRS

static final String PAP_ROLE_DYNAMIC_ATTRS
ID of the Role dynamic attributes PAP (Principal Attribute Provider)

See Also:
Constant Field Values

PAP_USER_PREFERENCES_ATTRS

static final String PAP_USER_PREFERENCES_ATTRS
ID of the User preferences PAP

See Also:
Constant Field Values

PAP_USER_PROFILE_ATTRS

static final String PAP_USER_PROFILE_ATTRS
ID of the User Profile PAP

See Also:
Constant Field Values

PAP_USER_CALENDAR_ATTRS

static final String PAP_USER_CALENDAR_ATTRS
ID of the User Calendar PAP

See Also:
Constant Field Values
Method Detail

getName

String getName()
               throws DirectoryException
Returns friendly display name for this principal attribute provider

Returns:
Throws:
DirectoryException