Uses of Class
de.captaingoldfish.scim.sdk.common.resources.EnterpriseUser
-
Packages that use EnterpriseUser Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of EnterpriseUser in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type EnterpriseUser Modifier and Type Method Description Optional<EnterpriseUser>User. getEnterpriseUser()The following SCIM extension defines attributes commonly used in representing users that belong to, or act on behalf of, a business or enterprise.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type EnterpriseUser Modifier and Type Method Description voidUser. setEnterpriseUser(EnterpriseUser enterpriseUser)The following SCIM extension defines attributes commonly used in representing users that belong to, or act on behalf of, a business or enterprise.
-