| Package | Description |
|---|---|
| org.keycloak.models.jpa | |
| org.keycloak.models.jpa.entities |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationEntity |
ApplicationAdapter.applicationEntity |
| Constructor and Description |
|---|
ApplicationAdapter(RealmModel realm,
javax.persistence.EntityManager em,
ApplicationEntity applicationEntity) |
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationEntity |
RealmEntity.masterAdminApp |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
RoleEntity.getApplication() |
ApplicationEntity |
RealmEntity.getMasterAdminApp() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ApplicationEntity> |
RealmEntity.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
void |
RoleEntity.setApplication(ApplicationEntity application) |
void |
RealmEntity.setMasterAdminApp(ApplicationEntity masterAdminApp) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmEntity.setApplications(Collection<ApplicationEntity> applications) |
Copyright © 2014. All Rights Reserved.