public class RoleAliasDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALIASES |
static String |
SERIALIZED_NAME_ROLE |
| Constructor and Description |
|---|
RoleAliasDTO() |
| Modifier and Type | Method and Description |
|---|---|
RoleAliasDTO |
aliases(List<String> aliases) |
boolean |
equals(Object o) |
List<String> |
getAliases()
The role mapping for role alias
|
String |
getRole()
The original role
|
int |
hashCode() |
RoleAliasDTO |
role(String role) |
void |
setAliases(List<String> aliases) |
void |
setRole(String role) |
String |
toString() |
public static final String SERIALIZED_NAME_ROLE
public static final String SERIALIZED_NAME_ALIASES
public RoleAliasDTO role(String role)
public void setRole(String role)
public RoleAliasDTO aliases(List<String> aliases)
@Nullable public List<String> getAliases()
Copyright © 2021 WSO2 Inc. All rights reserved.