ClientRepository
class ClientRepository extends EntityRepository implements ClientRepositoryInterface (View source)
Methods
                    ClientEntityInterface
                
                
                    getClientEntity(string $clientIdentifier, string $grantType, null|string $clientSecret = null, bool $mustValidateSecret = true)
        
                                            
                
            Get a client.
Details
        
                            
    findPublicEntities()
        
    
    No description
        
                            
    findExpressForms()
        
    
    No description
        
                            
    findOneByResultsNode(ExpressEntryResults $node)
        
    
    No description
        
                            ClientEntityInterface
    getClientEntity(string $clientIdentifier, string $grantType, null|string $clientSecret = null, bool $mustValidateSecret = true)
        
    
    Get a client.
        
                            Client
    find($id, $lockMode = null, $lockVersion = null)
        
    
    No description