Uses of Class
org.keycloak.representations.idm.RoleRepresentation
Packages that use RoleRepresentation
-
Uses of RoleRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm declared as RoleRepresentationFields in org.keycloak.representations.idm with type parameters of type RoleRepresentationModifier and TypeFieldDescriptionprotected 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 RoleRepresentationModifier and TypeMethodDescriptionRealmRepresentation.getDefaultRole()RoleRepresentation.singleAttribute(String name, String value) Methods in org.keycloak.representations.idm that return types with arguments of type RoleRepresentationModifier and TypeMethodDescriptionRolesRepresentation.getApplication()Deprecated.RolesRepresentation.getClient()ClientMappingsRepresentation.getMappings()RolesRepresentation.getRealm()MappingsRepresentation.getRealmMappings()Methods in org.keycloak.representations.idm with parameters of type RoleRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.setDefaultRole(RoleRepresentation defaultRole) Method parameters in org.keycloak.representations.idm with type arguments of type RoleRepresentationModifier and TypeMethodDescriptionvoidRolesRepresentation.setClient(Map<String, List<RoleRepresentation>> client) voidClientMappingsRepresentation.setMappings(List<RoleRepresentation> mappings) voidRolesRepresentation.setRealm(List<RoleRepresentation> realm) voidMappingsRepresentation.setRealmMappings(List<RoleRepresentation> realmMappings)