| Package | Description |
|---|---|
| com.sap.scimono.api | |
| com.sap.scimono.callback.users | |
| com.sap.scimono.entity | |
| com.sap.scimono.helper |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
Users.createUser(User newUser) |
javax.ws.rs.core.Response |
Users.updateUser(String userId,
User userToUpdate) |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersCallback.createUser(User user)
Creates a user with the provided attributes.
|
User |
DefaultUsersCallback.createUser(User user) |
User |
UsersCallback.getUser(String userId) |
User |
DefaultUsersCallback.getUser(String userId) |
User |
UsersCallback.getUserByUsername(String userName) |
User |
DefaultUsersCallback.getUserByUsername(String username) |
User |
UsersCallback.updateUser(User user)
+
Updates a user with the provided attributes.
|
User |
DefaultUsersCallback.updateUser(User user) |
| Modifier and Type | Method and Description |
|---|---|
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. |
PagedResult<User> |
DefaultUsersCallback.getUsers(PageInfo pageInfo,
String filter) |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersCallback.createUser(User user)
Creates a user with the provided attributes.
|
User |
DefaultUsersCallback.createUser(User user) |
User |
UsersCallback.updateUser(User user)
+
Updates a user with the provided attributes.
|
User |
DefaultUsersCallback.updateUser(User user) |
| 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 |
ResourceLocationService.addRelationalEntitiesLocation(User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
ResourceLocationService.addRelationalEntitiesLocation(User user) |
Copyright © 2020 SAP SE. All rights reserved.