Package org.alfresco.rest.api
Class TenantCredentials
- java.lang.Object
-
- org.alfresco.rest.api.TenantCredentials
-
- All Implemented Interfaces:
Serializable
,WebCredentials
public class TenantCredentials extends Object implements WebCredentials
WebCredentials
class which wraps the credentials from theBasicHttpAuthenticatorFactory.BasicHttpAuthenticator
and adds additional information related to TenantBased logins.- Since:
- Cloud Sprint 5
- Author:
- Alex Miller
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TenantCredentials(String tenant, String email, WebCredentials orignalCredentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
WebCredentials
getOriginalCredentials()
int
hashCode()
-
-
-
Constructor Detail
-
TenantCredentials
public TenantCredentials(String tenant, String email, WebCredentials orignalCredentials)
-
-