OpenWGA 7.6 - TMLScript reference
AuthMethod :
findUsersAndGroups(query)
On object | Auth |
Usage | Searches for users and groups on the authentication backend |
Description |
This is an optional service of authentication sources that allows to search for users and groups that are known to the backend by providing a query. In most cases the query is interpreted as containing a port of the user/group name. Result of the search is a list of Java beans of type de.innovationgate.webgate.api.auth.UserGroupInfo. They have the following properties:
|
Parameters |
query (String): The query of the user/group search. Mostly a name part of the users/groups to find. |
Return value | A List of UserGroupInfo beans. See description. |
Allowed in script types |
|