public class TenantSpecificAuthorization extends Object implements Authorization
Authorization
implementation based on a tenant Id and another Authorization
.Modifier and Type | Field and Description |
---|---|
protected Authorization |
authorization |
protected String |
tenantId |
Constructor and Description |
---|
TenantSpecificAuthorization(String tenantId,
Authorization authorization) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Authorization |
getAuthorization() |
String |
getName() |
String |
getTenantId() |
int |
hashCode() |
String |
toString() |
protected final String tenantId
protected final Authorization authorization
public TenantSpecificAuthorization(String tenantId, Authorization authorization)
public String getName()
getName
in interface Authorization
public String getTenantId()
public Authorization getAuthorization()
protected boolean canEqual(Object other)
Copyright © 2018 SAP SE. All rights reserved.