Package | Description |
---|---|
org.alfresco.repo.security.person |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHomeFolderProvider.V2Adaptor
Deprecated.
Adaptor to the HomeFolderProvider2 interface.
|
class |
AbstractHomeFolderProvider2
Abstract class that implements
HomeFolderProvider2 which
works with the PortableHomeFolderManager (which performs most of
the work) to create home folders in custom locations. |
class |
BootstrapHomeFolderProvider
Provider 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'
|
class |
ExistingPathBasedHomeFolderProvider2
HomeFolderProvider that simply uses the root path for the home folder.
|
class |
RegexHomeFolderProvider
Implementation that returns a tree structure for a home folder based on a property (typically userName)
from the supplied person.
|
class |
UsernameHomeFolderProvider
Creates home folders directly under the root path, based on the username of the user.
|
Modifier and Type | Method and Description |
---|---|
HomeFolderProvider2 |
PortableHomeFolderManager.getHomeFolderProvider2(String providerName)
Returns the version 2 HomeFolderProvider2 with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
PortableHomeFolderManager.addProvider(HomeFolderProvider2 provider)
Register a home folder provider.
|
HomeSpaceNodeRef |
PortableHomeFolderManager.getHomeFolder(HomeFolderProvider2 provider,
org.alfresco.service.cmr.repository.NodeRef person,
boolean referenceRootNode)
Helper method for
getHomeFolder(NodeRef)
implementations to return a HomeSpaceNodeRef |
void |
PortableHomeFolderManager.setDefaultProvider(HomeFolderProvider2 defaultProvider)
Set the default home folder provider (user which none is specified or when one is not found)
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.