Property | Type | Description | |
---|---|---|---|
$currentUser | |||
$policyService | |||
$privilegeManager | Neos\Flow\Security\Authorization\PrivilegeManagerInterface | ||
$userService |
Method | Description | |
---|---|---|
createAction ( string $username, array $password, |
Create a new user | |
createElectronicAddressAction ( |
Create an new electronic address | |
deleteAction ( |
Delete the given user | |
deleteElectronicAddressAction ( |
Delete an electronic address action | |
editAccountAction ( |
Edit the given account | |
editAction ( |
Edit an existing user | |
indexAction ( ) : void | Shows a list of all users | |
newAction ( |
Renders a form for creating a new user | |
newElectronicAddressAction ( |
The add new electronic address action | |
showAction ( |
Shows details for the specified user | |
updateAccountAction ( |
Update a given account | |
updateAction ( |
Update a given user |
Method | Description | |
---|---|---|
assignElectronicAddressOptions ( ) : void | ||
initializeAction ( ) : void |
protected assignElectronicAddressOptions ( ) : void | ||
return | void |
public createAction ( string $username, array $password, |
||
$username | string | The user name (ie. account identifier) of the new user |
$password | array | Expects an array in the format array(' |
$user | The user to create | |
$roleIdentifiers | array | A list of roles (role identifiers) to assign to the new user |
return | void |
public createElectronicAddressAction ( |
||
$user | ||
$electronicAddress | Neos\Party\Domain\Model\ElectronicAddress | |
return | void |
public deleteAction ( |
||
$user | ||
return | void |
public deleteElectronicAddressAction ( |
||
$user | ||
$electronicAddress | Neos\Party\Domain\Model\ElectronicAddress | |
return | void |
public editAccountAction ( |
||
$account | ||
return | void |
public editAction ( |
||
$user | ||
return | void |
public newElectronicAddressAction ( |
||
$user | ||
return | void |
public showAction ( |
||
$user | ||
return | void |
public updateAccountAction ( |
||
$account | The account to update | |
$roleIdentifiers | array | A possibly updated list of roles for the user's primary account |
$password | array | Expects an array in the format array(' |
return | void |
public updateAction ( |
||
$user | The user to update, including updated data already (name, email address etc) | |
return | void |
protected User,Neos\Neos\Domain\Model $currentUser | ||
return |
protected PolicyService,Neos\Flow\Security\Policy $policyService | ||
return |
protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager | ||
return | Neos\Flow\Security\Authorization\PrivilegeManagerInterface |