Interface UsersResponseContext
-
- All Known Implementing Classes:
UsersResponseContextImpl
public interface UsersResponseContextAn interface that represents the results of an Identity Store Provisioner operation. For example, when reading all users, theUsersResponseContextcontains a list of maps of all the users' attributes.- Since:
- 8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AttributeMap>getUserAttributes()Get the list of user attributes generated for an Identity Store Provisioner operation.
-
-
-
Method Detail
-
getUserAttributes
List<AttributeMap> getUserAttributes()
Get the list of user attributes generated for an Identity Store Provisioner operation. At a minimum, each map in the returned list must contain the following attributes:- Returns:
- A list of maps of user attributes generated during an Identity Store Provisioner operation.
-
-