| Package | Description |
|---|---|
| org.alfresco.repo.invitation |
The implementation of the Invitation Service.
|
| org.alfresco.repo.jscript | |
| org.alfresco.repo.security.authentication |
| Modifier and Type | Method and Description |
|---|---|
UserNameGenerator |
InvitationServiceImpl.getUserNameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
InvitationServiceImpl.setUserNameGenerator(UserNameGenerator usernameGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
People.setUserNameGenerator(UserNameGenerator userNameGenerator)
Set the user name generator service
|
| Modifier and Type | Class and Description |
|---|---|
class |
NameBasedUserNameGenerator
Generates a user name based upon firstName and lastName.
|
class |
RandomUserNameGenerator
Generates a user name based upon a random numeric
|
class |
TenantAwareUserNameGenerator
Tenant Aware user name generator generates user names for each specific tenant.
|
| Modifier and Type | Method and Description |
|---|---|
UserNameGenerator |
TenantAwareUserNameGenerator.getGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TenantAwareUserNameGenerator.setGenerator(UserNameGenerator generator) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.