Uses of Class
org.keycloak.models.jpa.entities.ClientScopeAttributeEntity
Packages that use ClientScopeAttributeEntity
-
Uses of ClientScopeAttributeEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities with type parameters of type ClientScopeAttributeEntityModifier and TypeFieldDescriptionprotected Collection<ClientScopeAttributeEntity>
ClientScopeEntity.attributes
Methods in org.keycloak.models.jpa.entities that return types with arguments of type ClientScopeAttributeEntityMethod parameters in org.keycloak.models.jpa.entities with type arguments of type ClientScopeAttributeEntityModifier and TypeMethodDescriptionvoid
ClientScopeEntity.setAttributes
(Collection<ClientScopeAttributeEntity> attributes)