public static class ClientScopeRoleMappingEntity.Key extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected ClientScopeEntity |
clientScope |
protected RoleEntity |
role |
Constructor and Description |
---|
Key() |
Key(ClientScopeEntity clientScope,
RoleEntity role) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ClientScopeEntity |
getClientScope() |
RoleEntity |
getRole() |
int |
hashCode() |
protected ClientScopeEntity clientScope
protected RoleEntity role
public Key()
public Key(ClientScopeEntity clientScope, RoleEntity role)
public ClientScopeEntity getClientScope()
public RoleEntity getRole()
Copyright © 2020 JBoss by Red Hat. All rights reserved.