Package org.nuxeo.scim.v2.api
Class ScimV2Helper
java.lang.Object
org.nuxeo.scim.v2.api.ScimV2Helper
- Since:
- 2023.17
-
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentModel
getGroupModel
(String uid, boolean fetchMembers) static DocumentModel
getUserModel
(String uid)
-
Method Details
-
getGroupModel
public static DocumentModel getGroupModel(String uid, boolean fetchMembers) throws com.unboundid.scim2.common.exceptions.ResourceNotFoundException - Throws:
com.unboundid.scim2.common.exceptions.ResourceNotFoundException
-
getUserModel
public static DocumentModel getUserModel(String uid) throws com.unboundid.scim2.common.exceptions.ResourceNotFoundException - Throws:
com.unboundid.scim2.common.exceptions.ResourceNotFoundException
-