Package org.keycloak.representations.idm
Class RolesRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.RolesRepresentation
 
- 
 public class RolesRepresentation extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected Map<String,List<RoleRepresentation>>applicationDeprecated.protected Map<String,List<RoleRepresentation>>clientprotected List<RoleRepresentation>realm
 - 
Constructor SummaryConstructors Constructor Description RolesRepresentation()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Map<String,List<RoleRepresentation>>getApplication()Deprecated.Map<String,List<RoleRepresentation>>getClient()List<RoleRepresentation>getRealm()voidsetClient(Map<String,List<RoleRepresentation>> client)voidsetRealm(List<RoleRepresentation> realm)
 
- 
- 
- 
Field Detail- 
realmprotected List<RoleRepresentation> realm 
 - 
clientprotected Map<String,List<RoleRepresentation>> client 
 - 
application@Deprecated protected Map<String,List<RoleRepresentation>> application Deprecated.
 
- 
 - 
Method Detail- 
getRealmpublic List<RoleRepresentation> getRealm() 
 - 
setRealmpublic void setRealm(List<RoleRepresentation> realm) 
 - 
getClientpublic Map<String,List<RoleRepresentation>> getClient() 
 - 
setClientpublic void setClient(Map<String,List<RoleRepresentation>> client) 
 - 
getApplication@Deprecated public Map<String,List<RoleRepresentation>> getApplication() Deprecated.
 
- 
 
-