public class CanonicalGrantee extends Object implements GranteeInterface
AccessControlList
Constructor and Description |
---|
CanonicalGrantee() |
CanonicalGrantee(String identifier)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDisplayName()
Deprecated.
|
String |
getIdentifier()
Obtain the ID of the domain to which the grantee belongs.
|
int |
hashCode() |
void |
setDisplayName(String displayName)
Deprecated.
|
void |
setIdentifier(String canonicalGrantId)
Set the ID of the domain to which the grantee belongs.
|
String |
toString() |
public CanonicalGrantee()
public CanonicalGrantee(String identifier)
identifier
- ID of the domain to which the grantee belongspublic void setIdentifier(String canonicalGrantId)
setIdentifier
in interface GranteeInterface
canonicalGrantId
- ID of the domain to which the grantee belongspublic String getIdentifier()
getIdentifier
in interface GranteeInterface
@Deprecated public void setDisplayName(String displayName)
displayName
- Username of the grantee@Deprecated public String getDisplayName()
Copyright © 2019. All rights reserved.