Package org.alfresco.rest.api
Class TenantCredentials
java.lang.Object
org.alfresco.rest.api.TenantCredentials
- All Implemented Interfaces:
Serializable
,WebCredentials
WebCredentials
class which wraps the credentials from the BasicHttpAuthenticatorFactory.BasicHttpAuthenticator
and adds
additional information related to TenantBased logins.- Since:
- Cloud Sprint 5
- Author:
- Alex Miller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTenantCredentials
(String tenant, String email, WebCredentials orignalCredentials) -
Method Summary