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