Interface UsersResponseContext
- All Known Implementing Classes:
UsersResponseContextImpl
public interface UsersResponseContext
An interface that represents the results of an Identity Store Provisioner operation. For example, when reading all
users, the
UsersResponseContext contains a list of maps of all the users' attributes.- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of user attributes generated for an Identity Store Provisioner operation.
-
Method Details
-
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.
-