Allow other applications to retrieve SSO data with this class if current user is SSO admin
| package | sso\lib |
|---|
getAllUsers() : array<mixed,string>
array<mixed,string>list of user IDgetDisplayNames(array<mixed,string> $users) : array<mixed,string>
array<mixed,string>list of userID
array<mixed,string>list of user name, indexed by userID : userID => userNamegetGroups(array<mixed,string> $users) : array<mixed,string[]>
array<mixed,string>list of userId
array<mixed,string[]>groups of users : array(userID => array(group names))getInstance() : \sso\SsoAdminApi
\sso\SsoAdminApiCurrent instance__construct()
$instance : \sso\SsoAdminApi
NULL