@Generated public class AuthorizationDetails extends Object
| Constructor and Description |
|---|
AuthorizationDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Collection<AuthorizationDetailsGrantRule> |
getGrantRules() |
String |
getResourceLegacyAclPath() |
String |
getResourceName() |
String |
getType() |
int |
hashCode() |
AuthorizationDetails |
setGrantRules(Collection<AuthorizationDetailsGrantRule> grantRules) |
AuthorizationDetails |
setResourceLegacyAclPath(String resourceLegacyAclPath) |
AuthorizationDetails |
setResourceName(String resourceName) |
AuthorizationDetails |
setType(String typeValue) |
String |
toString() |
public AuthorizationDetails setGrantRules(Collection<AuthorizationDetailsGrantRule> grantRules)
public Collection<AuthorizationDetailsGrantRule> getGrantRules()
public AuthorizationDetails setResourceLegacyAclPath(String resourceLegacyAclPath)
public String getResourceLegacyAclPath()
public AuthorizationDetails setResourceName(String resourceName)
public String getResourceName()
public AuthorizationDetails setType(String typeValue)
public String getType()
Copyright © 2025. All rights reserved.