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 userExceptionorg.springframework.social.alfresco.api.Alfresco getTenantAdminPublicApi(String domain)
domain - the domain id of the domain admin userExceptionorg.springframework.social.alfresco.api.Alfresco getAdminPublicApi()
ExceptionCopyright © 2015. All rights reserved.