SubjectResolver
Resolves an authenticated principal into ACL subjects.
Instance Methods
| Returns | Signature and Description |
|---|---|
Traversable<Subject> | getSubjects()Converts the principal into the relevant subjects. |
Method Details
getSubjects
abstract public function
getSubjects(Principal $principal)Converts the principal into the relevant subjects.
| Name | Type | Description |
|---|---|---|
$principal | Principal | The principal |
| Type | Description |
|---|---|
Traversable<Subject> | A list of subjects |