Uses of Class
org.keycloak.representations.idm.RoleRepresentation
-
Packages that use RoleRepresentation Package Description org.keycloak.representations.idm -
-
Uses of RoleRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as RoleRepresentation Modifier and Type Field Description protected RoleRepresentation
RealmRepresentation. defaultRole
Fields in org.keycloak.representations.idm with type parameters of type RoleRepresentation Modifier and Type Field Description protected Map<String,List<RoleRepresentation>>
RolesRepresentation. application
Deprecated.protected Map<String,List<RoleRepresentation>>
RolesRepresentation. client
protected List<RoleRepresentation>
ClientMappingsRepresentation. mappings
protected List<RoleRepresentation>
RolesRepresentation. realm
protected List<RoleRepresentation>
MappingsRepresentation. realmMappings
Methods in org.keycloak.representations.idm that return RoleRepresentation Modifier and Type Method Description RoleRepresentation
RealmRepresentation. getDefaultRole()
RoleRepresentation
RoleRepresentation. singleAttribute(String name, String value)
Methods in org.keycloak.representations.idm that return types with arguments of type RoleRepresentation Modifier and Type Method Description Map<String,List<RoleRepresentation>>
RolesRepresentation. getApplication()
Deprecated.Map<String,List<RoleRepresentation>>
RolesRepresentation. getClient()
List<RoleRepresentation>
ClientMappingsRepresentation. getMappings()
List<RoleRepresentation>
RolesRepresentation. getRealm()
List<RoleRepresentation>
MappingsRepresentation. getRealmMappings()
Methods in org.keycloak.representations.idm with parameters of type RoleRepresentation Modifier and Type Method Description void
RealmRepresentation. setDefaultRole(RoleRepresentation defaultRole)
Method parameters in org.keycloak.representations.idm with type arguments of type RoleRepresentation Modifier and Type Method Description void
RolesRepresentation. setClient(Map<String,List<RoleRepresentation>> client)
void
ClientMappingsRepresentation. setMappings(List<RoleRepresentation> mappings)
void
RolesRepresentation. setRealm(List<RoleRepresentation> realm)
void
MappingsRepresentation. setRealmMappings(List<RoleRepresentation> realmMappings)
-