| Package | Description |
|---|---|
| org.apache.cxf.fediz.service.idp.domain | |
| org.apache.cxf.fediz.service.idp.service.jpa |
| Modifier and Type | Field and Description |
|---|---|
protected FederationType |
TrustedIdp.federationType |
| Modifier and Type | Method and Description |
|---|---|
FederationType |
TrustedIdp.getFederationType() |
static FederationType |
FederationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FederationType[] |
FederationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrustedIdp.setFederationType(FederationType federationType) |
| Modifier and Type | Method and Description |
|---|---|
FederationType |
TrustedIdpEntity.getFederationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
TrustedIdpEntity.setFederationType(FederationType federationType) |
Apache Fediz