Uses of Class
org.keycloak.representations.idm.ScopeMappingRepresentation
Packages that use ScopeMappingRepresentation
-
Uses of ScopeMappingRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type ScopeMappingRepresentationModifier and TypeFieldDescriptionprotected Map<String,List<ScopeMappingRepresentation>> RealmRepresentation.applicationScopeMappingsDeprecated.protected Map<String,List<ScopeMappingRepresentation>> RealmRepresentation.clientScopeMappingsprotected List<ScopeMappingRepresentation>RealmRepresentation.scopeMappingsMethods in org.keycloak.representations.idm that return ScopeMappingRepresentationModifier and TypeMethodDescriptionRealmRepresentation.clientScopeMapping(String clientName) RealmRepresentation.clientScopeScopeMapping(String clientScopeName) Methods in org.keycloak.representations.idm that return types with arguments of type ScopeMappingRepresentationModifier and TypeMethodDescriptionRealmRepresentation.getApplicationScopeMappings()Deprecated.RealmRepresentation.getClientScopeMappings()RealmRepresentation.getScopeMappings()Method parameters in org.keycloak.representations.idm with type arguments of type ScopeMappingRepresentationModifier and TypeMethodDescriptionvoidRealmRepresentation.setClientScopeMappings(Map<String, List<ScopeMappingRepresentation>> clientScopeMappings)