public class PartialImportRepresentation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PartialImportRepresentation.Policy |
Modifier and Type | Field and Description |
---|---|
protected List<ClientRepresentation> |
clients |
protected List<GroupRepresentation> |
groups |
protected List<IdentityProviderRepresentation> |
identityProviders |
protected String |
ifResourceExists |
protected PartialImportRepresentation.Policy |
policy |
protected RolesRepresentation |
roles |
protected List<UserRepresentation> |
users |
Constructor and Description |
---|
PartialImportRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ClientRepresentation> |
getClients() |
List<GroupRepresentation> |
getGroups() |
List<IdentityProviderRepresentation> |
getIdentityProviders() |
String |
getIfResourceExists() |
PartialImportRepresentation.Policy |
getPolicy() |
RolesRepresentation |
getRoles() |
List<UserRepresentation> |
getUsers() |
boolean |
hasClientRoles() |
boolean |
hasClients() |
boolean |
hasGroups() |
boolean |
hasIdps() |
boolean |
hasRealmRoles() |
boolean |
hasUsers() |
void |
setClients(List<ClientRepresentation> clients) |
void |
setGroups(List<GroupRepresentation> groups) |
void |
setIdentityProviders(List<IdentityProviderRepresentation> identityProviders) |
void |
setIfResourceExists(String ifResourceExists) |
void |
setRoles(RolesRepresentation roles) |
void |
setUsers(List<UserRepresentation> users) |
protected PartialImportRepresentation.Policy policy
protected String ifResourceExists
protected List<UserRepresentation> users
protected List<GroupRepresentation> groups
protected List<ClientRepresentation> clients
protected List<IdentityProviderRepresentation> identityProviders
protected RolesRepresentation roles
public boolean hasUsers()
public boolean hasGroups()
public boolean hasClients()
public boolean hasIdps()
public boolean hasRealmRoles()
public boolean hasClientRoles()
public String getIfResourceExists()
public void setIfResourceExists(String ifResourceExists)
public PartialImportRepresentation.Policy getPolicy()
public List<UserRepresentation> getUsers()
public void setUsers(List<UserRepresentation> users)
public List<ClientRepresentation> getClients()
public List<GroupRepresentation> getGroups()
public void setGroups(List<GroupRepresentation> groups)
public void setClients(List<ClientRepresentation> clients)
public List<IdentityProviderRepresentation> getIdentityProviders()
public void setIdentityProviders(List<IdentityProviderRepresentation> identityProviders)
public RolesRepresentation getRoles()
public void setRoles(RolesRepresentation roles)
Copyright © 2016 JBoss by Red Hat. All rights reserved.