Interface CreateUserRequestContext
-
- All Superinterfaces:
ProvisioningRequestContext
public interface CreateUserRequestContext extends ProvisioningRequestContext
An interface that represents the request context for a create user operation. It contains all the information needed to fulfill the request, e.g. user attributes.- Since:
- 7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeMapgetUserAttributes()Get user attributes.-
Methods inherited from interface com.pingidentity.sdk.provision.users.request.ProvisioningRequestContext
getEntityId
-
-
-
-
Method Detail
-
getUserAttributes
AttributeMap getUserAttributes()
Get user attributes.- Returns:
- A map of user attributes evaluated by the PingFederate runtime.
-
-