Interface IDirectoryPrincipalAttributeProvider

All Superinterfaces:
IDirectoryObject

public interface IDirectoryPrincipalAttributeProvider extends IDirectoryObject
Interface that describes principal attribute provider
  • Field Details

    • PAP_USER_DATABASE_ATTRS

      static final String PAP_USER_DATABASE_ATTRS
      ID of the User database PAP (Principal Attribute Provider)
      See Also:
    • PAP_GROUP_DATABASE_ATTRS

      static final String PAP_GROUP_DATABASE_ATTRS
      ID of the Group database PAP (Principal Attribute Provider)
      See Also:
    • PAP_USER_LDAP_ATTRS

      static final String PAP_USER_LDAP_ATTRS
      ID of the User LDAP PAP (Principal Attribute Provider)
      See Also:
    • PAP_GROUP_LDAP_ATTRS

      static final String PAP_GROUP_LDAP_ATTRS
      ID of the Group PAP (Principal Attribute Provider)
      See Also:
    • PAP_USER_ROLES

      static final String PAP_USER_ROLES
      ID of the User dynamic attributes PAP (Principal Attribute Provider)
      See Also:
    • PAP_ROLE_DYNAMIC_ATTRS

      static final String PAP_ROLE_DYNAMIC_ATTRS
      ID of the Role dynamic attributes PAP (Principal Attribute Provider)
      See Also:
    • PAP_USER_PREFERENCES_ATTRS

      static final String PAP_USER_PREFERENCES_ATTRS
      ID of the User preferences PAP
      See Also:
    • PAP_USER_PROFILE_ATTRS

      static final String PAP_USER_PROFILE_ATTRS
      ID of the User Profile PAP
      See Also:
    • PAP_USER_CALENDAR_ATTRS

      static final String PAP_USER_CALENDAR_ATTRS
      ID of the User Calendar PAP
      See Also:
  • Method Details