| Package | Description |
|---|---|
| com.sap.scimono.api | |
| com.sap.scimono.api.preprocessor | |
| com.sap.scimono.callback.users | |
| com.sap.scimono.entity | |
| com.sap.scimono.entity.bulk | |
| com.sap.scimono.helper |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
Users.createUser(@Valid User newUser) |
javax.ws.rs.core.Response |
Users.updateUser(String userId,
@Valid User userToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
static com.sap.scimono.api.PagingStartParametersSetter |
ListResponseBuilder.forUsers(List<User> users) |
| Modifier and Type | Method and Description |
|---|---|
static ResourcePreProcessor<User> |
ResourcePreProcessor.forUsers(ResourceLocationService resourceLocationService,
UsersCallback usersAPI,
ResourceTypesCallback resourceTypesAPI,
SchemasCallback schemaAPI) |
| Modifier and Type | Method and Description |
|---|---|
User |
DefaultUsersCallback.createUser(User user) |
User |
UsersCallback.createUser(User user)
Creates a user with the provided attributes.
|
User |
DefaultUsersCallback.getUser(String userId) |
User |
UsersCallback.getUser(String userId) |
default User |
UsersCallback.getUser(String userId,
RequestedResourceAttributes additionalAttributes) |
User |
DefaultUsersCallback.getUserByUsername(String username) |
User |
UsersCallback.getUserByUsername(String userName) |
User |
DefaultUsersCallback.updateUser(User user) |
User |
UsersCallback.updateUser(User user)
+
Updates a user with the provided attributes.
|
| Modifier and Type | Method and Description |
|---|---|
PagedResult<User> |
DefaultUsersCallback.getUsers(PageInfo pageInfo,
String filter) |
PagedResult<User> |
UsersCallback.getUsers(PageInfo pageInfo,
String filter)
Returns a page of users (limited by
SCIMConfigurationCallback.getMaxResourcesPerPage()),
taking into account the specified filter and paging parameters. |
default PagedResult<User> |
UsersCallback.getUsers(PageInfo pageInfo,
String filter,
RequestedResourceAttributes additionalAttributes)
Returns a page of users (more info in
UsersCallback.getUsers(PageInfo, String) ()}
adding specifying additional attributes to be returned of excluded from the response |
| Modifier and Type | Method and Description |
|---|---|
User |
DefaultUsersCallback.createUser(User user) |
User |
UsersCallback.createUser(User user)
Creates a user with the provided attributes.
|
User |
DefaultUsersCallback.updateUser(User user) |
User |
UsersCallback.updateUser(User user)
+
Updates a user with the provided attributes.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.Builder.build() |
| Constructor and Description |
|---|
Builder(User user)
Constructs a new builder by copying all values from the given
User |
| Modifier and Type | Method and Description |
|---|---|
User |
RequestOperation.getDataAsUser() |
| Modifier and Type | Method and Description |
|---|---|
User |
ResourceLocationService.addRelationalEntitiesLocation(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
ResourceLocationService.addRelationalEntitiesLocation(User user) |
Copyright © 2022 SAP SE. All rights reserved.