Interface UserMapper
public interface UserMapper
-
Method Summary
Modifier and TypeMethodDescriptionscim2openunison(com.fasterxml.jackson.databind.node.ObjectNode scimUser, String userIdAttributeName) Converts a SCIM 2.0 user to an OpenUnison user
-
Method Details
-
scim2openunison
User scim2openunison(com.fasterxml.jackson.databind.node.ObjectNode scimUser, String userIdAttributeName) throws ProvisioningException Converts a SCIM 2.0 user to an OpenUnison user- Parameters:
scimUser- JSON of a user objectuserIdAttributeName- The name of the userid attribute- Returns:
- Throws:
ProvisioningException
-