Interface UserResponseContext
-
- All Known Implementing Classes:
UserResponseContextImpl
public interface UserResponseContextAn interface that represents the results of an Identity Store Provisioner operation. For example, when creating a user, theUserResponseContextcontains a map of all the attributes provisioned for that user.- Since:
- 7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeMapgetUserAttributes()Get the user attributes generated for an Identity Store Provisioner operation.
-
-
-
Method Detail
-
getUserAttributes
AttributeMap getUserAttributes()
Get the user attributes generated for an Identity Store Provisioner operation. At a minimum, the returned map must contain the following attributes:- Returns:
- A map of user attributes generated during an Identity Store Provisioner operation.
-
-