@Entity public class ClientScopeRoleMappingEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClientScopeRoleMappingEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected ClientScopeEntity |
clientScope |
protected RoleEntity |
role |
Constructor and Description |
---|
ClientScopeRoleMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientScopeEntity |
getClientScope() |
RoleEntity |
getRole() |
int |
hashCode() |
void |
setClientScope(ClientScopeEntity clientScope) |
void |
setRole(RoleEntity role) |
protected ClientScopeEntity clientScope
protected RoleEntity role
public ClientScopeEntity getClientScope()
public void setClientScope(ClientScopeEntity clientScope)
public RoleEntity getRole()
public void setRole(RoleEntity role)
Copyright © 2021 JBoss by Red Hat. All rights reserved.