MainGetting StartedSearch
UserInfo Readers

UserInfo Readers are used to add user profile information to a UserSession ILoginInfo object when the user logs into the application.

The SearchSourceUserInfoReader connects to a SearchSource object to get user profile information from a back-end data repository. This enables user profile information to be retrieved from any data source for which an RTI SearchSource can be configured.

UserInfo Readers are initialized at application startup by the XMLConfigurationManager which instantiates IUserInfoReader objects from <UserInfoReader> tags in the application configuration XML:


At Login time, the SessionManager uses any loaded IUserInfoReaders to add user profile information to the newly created UserSession's ILoginInfo object: