public class RolesRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<RoleRepresentation>> |
application
Deprecated.
|
protected Map<String,List<RoleRepresentation>> |
client |
protected List<RoleRepresentation> |
realm |
Constructor and Description |
---|
RolesRepresentation() |
Modifier and Type | Method and Description |
---|---|
Map<String,List<RoleRepresentation>> |
getApplication()
Deprecated.
|
Map<String,List<RoleRepresentation>> |
getClient() |
List<RoleRepresentation> |
getRealm() |
void |
setClient(Map<String,List<RoleRepresentation>> client) |
void |
setRealm(List<RoleRepresentation> realm) |
protected List<RoleRepresentation> realm
protected Map<String,List<RoleRepresentation>> client
@Deprecated protected Map<String,List<RoleRepresentation>> application
public List<RoleRepresentation> getRealm()
public void setRealm(List<RoleRepresentation> realm)
public Map<String,List<RoleRepresentation>> getClient()
public void setClient(Map<String,List<RoleRepresentation>> client)
@Deprecated public Map<String,List<RoleRepresentation>> getApplication()
Copyright © 2016 JBoss by Red Hat. All rights reserved.