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