Class UserResponseContextImpl
java.lang.Object
com.pingidentity.sdk.provision.users.response.UserResponseContextImpl
- All Implemented Interfaces:
UserResponseContext
Default implementation for
UserResponseContext interface.- Since:
- 7.1
-
Constructor Summary
ConstructorsConstructorDescriptionUserResponseContextImpl(AttributeMap attributes) Construct a UserResponseContextImpl with a map of user attributes. -
Method Summary
Modifier and TypeMethodDescriptionGet the user attributes generated for an Identity Store Provisioner operation.
-
Constructor Details
-
UserResponseContextImpl
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:UserResponseContextGet the user attributes generated for an Identity Store Provisioner operation. At a minimum, the returned map must contain the following attributes:- Specified by:
getUserAttributesin interfaceUserResponseContext- Returns:
- A map of user attributes generated during an Identity Store Provisioner operation.
-