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