| Package | Description |
|---|---|
| com.edorasware.cloud.core.json | |
| com.edorasware.one.identity.user |
| Modifier and Type | Method and Description |
|---|---|
User.DeputyUser |
DeputyUserDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeputyUserSerializer.serialize(User.DeputyUser deputyUser,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
| Modifier and Type | Field and Description |
|---|---|
static ComplexValue<List<User.DeputyUser>> |
UserUtils.DEPUTIES |
static ComplexValue<List<User.DeputyUser>> |
UserValues.DEPUTIES
The users who can act as deputy.
|
| Modifier and Type | Method and Description |
|---|---|
User.DeputyUser |
User.DeputyUser.Builder.build()
Build the deputy user object.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<User.DeputyUser> |
User.getDeputies()
Returns the ids of the users to which user can be switched.
|
| Modifier and Type | Method and Description |
|---|---|
static User.DeputyUser.Builder |
User.DeputyUser.builder(User.DeputyUser deputyUserTemplate)
Creates a builder for a new concrete
User.DeputyUser instance based on the given
User.DeputyUser template. |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.deputies(List<User.DeputyUser> deputies)
Set the optional deputies of the user.
|
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.