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.entitiesFields in org.keycloak.models.jpa.entities with type parameters of type ClientScopeAttributeEntity Modifier and Type Field Description protected Collection<ClientScopeAttributeEntity>ClientScopeEntity. attributesMethods 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 voidClientScopeEntity. setAttributes(Collection<ClientScopeAttributeEntity> attributes)
 
-