@Component public class TrustedIdpServiceImpl extends Object implements TrustedIdpService
| Constructor and Description |
|---|
TrustedIdpServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
addTrustedIDP(javax.ws.rs.core.UriInfo ui,
TrustedIdp trustedIDP) |
javax.ws.rs.core.Response |
deleteTrustedIDP(String realm) |
TrustedIdp |
getTrustedIDP(String realm) |
TrustedIdps |
getTrustedIDPs(int start,
int size,
javax.ws.rs.core.UriInfo uriInfo) |
javax.ws.rs.core.Response |
updateTrustedIDP(javax.ws.rs.core.UriInfo ui,
String realm,
TrustedIdp trustedIdp) |
public javax.ws.rs.core.Response updateTrustedIDP(javax.ws.rs.core.UriInfo ui,
String realm,
TrustedIdp trustedIdp)
updateTrustedIDP in interface TrustedIdpServicepublic TrustedIdps getTrustedIDPs(int start, int size, javax.ws.rs.core.UriInfo uriInfo)
getTrustedIDPs in interface TrustedIdpServicepublic TrustedIdp getTrustedIDP(String realm)
getTrustedIDP in interface TrustedIdpServicepublic javax.ws.rs.core.Response addTrustedIDP(javax.ws.rs.core.UriInfo ui,
TrustedIdp trustedIDP)
addTrustedIDP in interface TrustedIdpServicepublic javax.ws.rs.core.Response deleteTrustedIDP(String realm)
deleteTrustedIDP in interface TrustedIdpServiceApache Fediz