Class UsersResponseContextImpl
java.lang.Object
com.pingidentity.sdk.provision.users.response.UsersResponseContextImpl
- All Implemented Interfaces:
UsersResponseContext
Default implementation for
UserResponseContext interface.- Since:
- 8.0
-
Constructor Summary
ConstructorsConstructorDescriptionUsersResponseContextImpl(List<AttributeMap> attributes) Construct a UserResponseContextImpl with a map of user attributes. -
Method Summary
Modifier and TypeMethodDescriptionGet the list of user attributes generated for an Identity Store Provisioner operation.
-
Constructor Details
-
UsersResponseContextImpl
Construct a UserResponseContextImpl with a map of user attributes.- Parameters:
attributes- A map of attributes generated during an Identity Store Provisioner operation
-
-
Method Details
-
getUserAttributes
Description copied from interface:UsersResponseContextGet 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:- Specified by:
getUserAttributesin interfaceUsersResponseContext- Returns:
- A list of maps of user attributes generated during an Identity Store Provisioner operation.
-