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,
String password)
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, String password)
username - the user name of the userpassword - user passwordorg.springframework.social.alfresco.api.Alfresco getTenantAdminPublicApi(String domain)
domain - the domain id of the domain admin userorg.springframework.social.alfresco.api.Alfresco getAdminPublicApi()
Copyright © 2015 Alfresco Software. All rights reserved.