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