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 RoleRepresentationRealmRepresentation. defaultRoleFields in org.keycloak.representations.idm with type parameters of type RoleRepresentation Modifier and Type Field Description protected Map<String,List<RoleRepresentation>>RolesRepresentation. applicationDeprecated.protected Map<String,List<RoleRepresentation>>RolesRepresentation. clientprotected List<RoleRepresentation>ClientMappingsRepresentation. mappingsprotected List<RoleRepresentation>RolesRepresentation. realmprotected List<RoleRepresentation>MappingsRepresentation. realmMappingsMethods in org.keycloak.representations.idm that return RoleRepresentation Modifier and Type Method Description RoleRepresentationRealmRepresentation. getDefaultRole()RoleRepresentationRoleRepresentation. 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 voidRealmRepresentation. setDefaultRole(RoleRepresentation defaultRole)Method parameters in org.keycloak.representations.idm with type arguments of type RoleRepresentation Modifier and Type Method Description voidRolesRepresentation. setClient(Map<String,List<RoleRepresentation>> client)voidClientMappingsRepresentation. setMappings(List<RoleRepresentation> mappings)voidRolesRepresentation. setRealm(List<RoleRepresentation> realm)voidMappingsRepresentation. setRealmMappings(List<RoleRepresentation> realmMappings)
-