Uses of Class
org.alfresco.repo.security.person.AbstractHomeFolderProvider2
-
Packages that use AbstractHomeFolderProvider2 Package Description org.alfresco.repo.security.person -
-
Uses of AbstractHomeFolderProvider2 in org.alfresco.repo.security.person
Subclasses of AbstractHomeFolderProvider2 in org.alfresco.repo.security.person Modifier and Type Class Description classBootstrapHomeFolderProviderProvider to use in the boostrap process - does nothing Thought to be probably not required as behaviour/policies are disabled during normal import, but is used for 'admin' and 'guest'classExistingPathBasedHomeFolderProvider2HomeFolderProvider that simply uses the root path for the home folder.classRegexHomeFolderProviderImplementation that returns a tree structure for a home folder based on a property (typically userName) from the supplied person.classUsernameHomeFolderProviderCreates home folders directly under the root path, based on the username of the user.
-