Package com.businessobjects.enterprise.user

This package provides an interface through which an administrator can set the specific behavior of each user in the Enterprise system.

See:
          Description

Interface Summary
EntGroups An XML EntGroups(@http://enterprise.businessobjects.com/3.0/user).
ExcludedPublications An XML ExcludedPublications(@http://enterprise.businessobjects.com/3.0/user).
Groups An XML Groups(@http://enterprise.businessobjects.com/3.0/user).
PrincipalProfiles An XML PrincipalProfiles(@http://enterprise.businessobjects.com/3.0/user).
PrincipalPublications An XML PrincipalPublications(@http://enterprise.businessobjects.com/3.0/user).
User An XML User(@http://enterprise.businessobjects.com/3.0/user).
UserAlias An XML UserAlias(@http://enterprise.businessobjects.com/3.0/user).
UserAliases An XML UserAliases(@http://enterprise.businessobjects.com/3.0/user).
UserProfiles An XML UserProfiles(@http://enterprise.businessobjects.com/3.0/user).
UserProfiles.ProfileData An XML ProfileData(@http://enterprise.businessobjects.com/3.0/user).
 

Class Summary
EntGroups.Factory A factory class with static methods for creating instances of this type.
ExcludedPublications.Factory A factory class with static methods for creating instances of this type.
Groups.Factory A factory class with static methods for creating instances of this type.
PrincipalProfiles.Factory A factory class with static methods for creating instances of this type.
PrincipalPublications.Factory A factory class with static methods for creating instances of this type.
User.Factory A factory class with static methods for creating instances of this type.
UserAlias.Factory A factory class with static methods for creating instances of this type.
UserAliases.Factory A factory class with static methods for creating instances of this type.
UserProfiles.Factory A factory class with static methods for creating instances of this type.
UserProfiles.ProfileData.Factory A factory class with static methods for creating instances of this type.
 

Package com.businessobjects.enterprise.user Description

This package provides an interface through which an administrator can set the specific behavior of each user in the Enterprise system. For example, it can be used to change a user's password or specify the groups that a user belongs to.

The User plugin also allows you to manage user aliases. An alias is an alternative name that is automatically generated when a new Enterprise user is created or when a member of a third-party group is mapped to the system. A user can log on to the Enterprise system using the user name and password of any alias that exists in the UserAliases Collection.

Note: The User plugin allows you to add new users and to determine their group membership, whereas the UserGroup plugin allows you to add new groups and determine the users that belong to these groups. The user's group list and the group's user list are synchronized.