@Entity public class ClientSessionProtocolMapperEntity extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientSessionProtocolMapperEntity.Key |
| Modifier and Type | Field and Description |
|---|---|
protected ClientSessionEntity |
clientSession |
protected String |
protocolMapperId |
| Constructor and Description |
|---|
ClientSessionProtocolMapperEntity() |
| Modifier and Type | Method and Description |
|---|---|
ClientSessionEntity |
getClientSession() |
String |
getProtocolMapperId() |
void |
setClientSession(ClientSessionEntity clientSession) |
void |
setProtocolMapperId(String protocolMapperId) |
protected ClientSessionEntity clientSession
protected String protocolMapperId
public ClientSessionEntity getClientSession()
public void setClientSession(ClientSessionEntity clientSession)
public String getProtocolMapperId()
public void setProtocolMapperId(String protocolMapperId)
Copyright © 2015 JBoss by Red Hat. All rights reserved.