public interface PublicApiFactory
Modifier and Type | Method and Description |
---|---|
org.springframework.social.alfresco.api.Alfresco |
getAdminPublicApi()
Get a public api connection for the admin user.
|
org.springframework.social.alfresco.api.Alfresco |
getPublicApi(String username)
Get a public api connection for the "username"
|
org.springframework.social.alfresco.api.Alfresco |
getTenantAdminPublicApi(String domain)
Get a public api connection for the admin user of the given domain.
|
org.springframework.social.alfresco.api.Alfresco getPublicApi(String username)
username
- the user name of the userException
org.springframework.social.alfresco.api.Alfresco getTenantAdminPublicApi(String domain)
domain
- the domain id of the domain admin userException
org.springframework.social.alfresco.api.Alfresco getAdminPublicApi()
Exception
Copyright © 2005–2018 Alfresco Software. All rights reserved.