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