class UserRepository extends EntityRepository implements UserRepositoryInterface (View source)

Methods

findPublicEntities()

No description

findExpressForms()

No description

UserEntityInterface
getUserEntityByUserCredentials(string $username, string $password, string $grantType, ClientEntityInterface $clientEntity)

Get a user entity.

Details

findPublicEntities()

No description

findExpressForms()

No description

findOneByResultsNode(ExpressEntryResults $node)

No description

Parameters

ExpressEntryResults $node

UserEntityInterface getUserEntityByUserCredentials(string $username, string $password, string $grantType, ClientEntityInterface $clientEntity)

Get a user entity.

Parameters

string $username
string $password
string $grantType

The grant type used

ClientEntityInterface $clientEntity

Return Value

UserEntityInterface