Uses of Class
org.keycloak.models.jpa.entities.ClientAttributeEntity
-
Packages that use ClientAttributeEntity Package Description org.keycloak.models.jpa.entities -
-
Uses of ClientAttributeEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities with type parameters of type ClientAttributeEntity Modifier and Type Field Description protected Collection<ClientAttributeEntity>
ClientEntity. attributes
Methods in org.keycloak.models.jpa.entities that return types with arguments of type ClientAttributeEntity Modifier and Type Method Description Collection<ClientAttributeEntity>
ClientEntity. getAttributes()
Method parameters in org.keycloak.models.jpa.entities with type arguments of type ClientAttributeEntity Modifier and Type Method Description void
ClientEntity. setAttributes(Collection<ClientAttributeEntity> attributes)
-