public class AuthorizationDetailsJSONRepresentation extends Object implements Serializable
Request parameter "authorization_details"}
,
Serialized FormModifier and Type | Field and Description |
---|---|
static String |
DYNAMIC_SCOPE_RAR_TYPE |
static String |
STATIC_SCOPE_RAR_TYPE |
Constructor and Description |
---|
AuthorizationDetailsJSONRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<String> |
getActions() |
Map<String,Object> |
getCustomData() |
List<String> |
getDatatypes() |
String |
getDynamicScopeParamFromCustomData() |
String |
getIdentifier() |
List<String> |
getLocations() |
List<String> |
getPrivileges() |
String |
getScopeNameFromCustomData() |
String |
getType() |
int |
hashCode() |
void |
setActions(List<String> actions) |
void |
setCustomData(String key,
Object value) |
void |
setDatatypes(List<String> datatypes) |
void |
setIdentifier(String identifier) |
void |
setLocations(List<String> locations) |
void |
setPrivileges(List<String> privileges) |
void |
setType(String type) |
String |
toString() |
public static final String STATIC_SCOPE_RAR_TYPE
public static final String DYNAMIC_SCOPE_RAR_TYPE
public AuthorizationDetailsJSONRepresentation()
public String getType()
public void setType(String type)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getScopeNameFromCustomData()
public String getDynamicScopeParamFromCustomData()
Copyright © 2025 JBoss by Red Hat. All rights reserved.