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