Uses of Interface
org.alfresco.repo.security.authentication.UserNameGenerator
Packages that use UserNameGenerator
Package
Description
The implementation of the Invitation Service.
-
Uses of UserNameGenerator in org.alfresco.repo.invitation
Methods in org.alfresco.repo.invitation that return UserNameGeneratorMethods in org.alfresco.repo.invitation with parameters of type UserNameGeneratorModifier and TypeMethodDescriptionvoidInvitationServiceImpl.setUserNameGenerator(UserNameGenerator usernameGenerator) -
Uses of UserNameGenerator in org.alfresco.repo.jscript
Methods in org.alfresco.repo.jscript with parameters of type UserNameGeneratorModifier and TypeMethodDescriptionvoidPeople.setUserNameGenerator(UserNameGenerator userNameGenerator) Set the user name generator service -
Uses of UserNameGenerator in org.alfresco.repo.security.authentication
Classes in org.alfresco.repo.security.authentication that implement UserNameGeneratorModifier and TypeClassDescriptionclassGenerates a user name based upon firstName and lastName.classGenerates a user name based upon a random numericclassTenant Aware user name generator generates user names for each specific tenant.Methods in org.alfresco.repo.security.authentication that return UserNameGeneratorMethods in org.alfresco.repo.security.authentication with parameters of type UserNameGeneratorModifier and TypeMethodDescriptionvoidTenantAwareUserNameGenerator.setGenerator(UserNameGenerator generator)