Class UsersResponseContextImpl
- java.lang.Object
-
- com.pingidentity.sdk.provision.users.response.UsersResponseContextImpl
-
- All Implemented Interfaces:
UsersResponseContext
public class UsersResponseContextImpl extends Object implements UsersResponseContext
Default implementation forUserResponseContextinterface.- Since:
- 8.0
-
-
Constructor Summary
Constructors Constructor Description UsersResponseContextImpl(List<AttributeMap> attributes)Construct a UserResponseContextImpl with a map of user attributes.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AttributeMap>getUserAttributes()Get the list of user attributes generated for an Identity Store Provisioner operation.
-
-
-
Constructor Detail
-
UsersResponseContextImpl
public UsersResponseContextImpl(List<AttributeMap> attributes)
Construct a UserResponseContextImpl with a map of user attributes.- Parameters:
attributes- A map of attributes generated during an Identity Store Provisioner operation
-
-
Method Detail
-
getUserAttributes
public List<AttributeMap> 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.
-
-