| Package | Description |
|---|---|
| com.sap.scimono.entity | |
| com.sap.scimono.entity.base |
| Modifier and Type | Class and Description |
|---|---|
class |
EnterpriseExtension
Java class for Enterprise User Schema extension.
|
| Modifier and Type | Method and Description |
|---|---|
Extension |
Resource.getExtension(String urn)
Provides the
Extension with the given URN |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Extension> |
Resource.getCustomExtensions() |
Map<String,Extension> |
Resource.getExtensions()
Provides an unmodifiable view of all additional
Extension fields of the user |
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder<T> |
Resource.Builder.addExtension(Extension extension)
Sets a Extension to the User (See
Resource.getExtension(String)). |
User.Builder |
User.Builder.addExtension(Extension extension) |
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder<T> |
Resource.Builder.addExtensions(Collection<Extension> extensions)
Adds a collection of Extension to the User (See
Resource.getExtensions()). |
Group.Builder |
Group.Builder.addExtensions(Collection<Extension> extensions) |
User.Builder |
User.Builder.addExtensions(Collection<Extension> extensions) |
| Modifier and Type | Method and Description |
|---|---|
Extension |
Extension.Builder.build() |
| Constructor and Description |
|---|
Builder(Extension extension)
Constructs an extension based on the given extension.
|
Copyright © 2022 SAP SE. All rights reserved.