PHP Interface Doctrine\OrientDB\Query\Command\CredentialInterface

Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

Méthode Description
on ( string $resource ) : Credential Sets the $resource on which a credential is granted/revoked.
permission ( string $permission ) : Credential Sets the $permission to grant/revoke.
to ( string $role ) : Credential Sets the user/group subject of the credential addition/removal.

Method Details

on() public méthode

Sets the $resource on which a credential is granted/revoked.
public on ( string $resource ) : Credential
$resource string
Résultat Credential

permission() public méthode

Sets the $permission to grant/revoke.
public permission ( string $permission ) : Credential
$permission string
Résultat Credential

to() public méthode

Sets the user/group subject of the credential addition/removal.
public to ( string $role ) : Credential
$role string
Résultat Credential