SAS 9.1.3 Integration Technologies » Developer's Guide


Using SAS Foundation Services
Connection Service
Discovery Service
Event Broker Service
Information Service
Logging Service
Publish Service
Security Service
Session Service
Stored Process Service
User Service
Class Documentation
SAS Foundation Services

User Service

The User Service enables applications to do the following:

  • create, locate, maintain, and aggregate information about users of SAS Foundation Services.

  • store and retrieve user context objects for sharing between applications. The user context contains the user's active repository connections, identities, and profile.

  • manage and access user profiles. A profile is a collection of name/value pairs that specify preferences and configuration or initialization data for a user for a particular application.

  • access group profiles. A group profile specifies preferences and configuration or initialization data for a group of users for a particular application.

For detailed usage documentation and example code, see com.sas.services.user in the Foundation Services class documentation.

For information about configuring a User Service, see Understanding Service Deployments and Modifying the Session and User Service Configurations in the SAS Integration Technologies: Administrator's Guide.