public class TenantSpecificAuthorization extends Object implements Authorization
Authorization
implementation based on a tenant Id and another Authorization
.Constructor and Description |
---|
TenantSpecificAuthorization(String tenantId,
Authorization authorization) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Authorization |
getAuthorization() |
String |
getName() |
String |
getTenantId() |
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"tenantId","authorization"}) @Generated(value="lombok") public TenantSpecificAuthorization(String tenantId, Authorization authorization)
public String getName()
getName
in interface Authorization
@Generated(value="lombok") public String getTenantId()
@Generated(value="lombok") public Authorization getAuthorization()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2018 SAP SE. All rights reserved.