| Package | Description |
|---|---|
| org.apache.cxf.fediz.service.idp.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
ApplicationEntity |
ApplicationClaimEntity.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationEntity> |
IdpEntity.getApplications() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ApplicationDAOJPAImpl.domain2entity(Application application,
ApplicationEntity entity) |
static void |
ApplicationDAOJPAImpl.domain2entity(ApplicationEntity application,
RequestClaim reqClaim,
ApplicationClaimEntity entity) |
static Application |
ApplicationDAOJPAImpl.entity2domain(ApplicationEntity entity,
List<String> expandList) |
void |
ApplicationClaimEntity.setApplication(ApplicationEntity application) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdpEntity.setApplications(List<ApplicationEntity> applications) |
| Constructor and Description |
|---|
ApplicationClaimEntity(ApplicationEntity application,
ClaimEntity claim) |
Apache Fediz