@Entity public class ScopeMappingEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScopeMappingEntity.Key |
Modifier and Type | Field and Description |
---|---|
protected ClientEntity |
client |
protected RoleEntity |
role |
Constructor and Description |
---|
ScopeMappingEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientEntity |
getClient() |
RoleEntity |
getRole() |
int |
hashCode() |
void |
setClient(ClientEntity client) |
void |
setRole(RoleEntity role) |
protected ClientEntity client
protected RoleEntity role
public ClientEntity getClient()
public void setClient(ClientEntity client)
public RoleEntity getRole()
public void setRole(RoleEntity role)
Copyright © 2016 JBoss by Red Hat. All rights reserved.