| Package | Description |
|---|---|
| org.apache.cxf.fediz.service.idp.service.jpa |
| Modifier and Type | Method and Description |
|---|---|
ClaimEntity |
ApplicationClaimEntity.getClaim() |
| Modifier and Type | Method and Description |
|---|---|
List<ClaimEntity> |
IdpEntity.getClaimTypesOffered() |
| Modifier and Type | Method and Description |
|---|---|
static void |
ClaimDAOJPAImpl.domain2entity(Claim claim,
ClaimEntity entity) |
static Claim |
ClaimDAOJPAImpl.entity2domain(ClaimEntity entity) |
void |
ApplicationClaimEntity.setClaim(ClaimEntity claim) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdpEntity.setClaimTypesOffered(List<ClaimEntity> claimTypesOffered) |
| Constructor and Description |
|---|
ApplicationClaimEntity(ApplicationEntity application,
ClaimEntity claim) |
Apache Fediz