alfresco-ng2-components/docs/core/services/identity-user.service.md
Andy Stark 5fc05da7aa [ADF-4152] Updated folder structure of core docs (#4415)
* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Moved core library docs into subfolders

* [ADF-4152] Manual fixes to core doc file links

* [ADF-4152] Further automatic + manual link tidying
2019-03-12 14:20:20 +00:00

1.2 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Identity user service v3.0.0 Active 2019-02-08

Identity user service

Gets OAuth2 personal details and roles for users.

Class members

Methods

  • findUsersByUsername(username: string): Observable<any>
    Finds groups filtered by username.
    • username: string - Object containing the name filter string
    • Returns Observable<any> - List of users information

Details

OAuth2 defines an access token (used when authenticating a user) and a number of authentication roles that the user can participate in (see this page for an introduction to OAuth2 and a description of the roles). You can use the Identity user service to access this information for users, including the current user.

See also