Package | Description |
---|---|
org.keycloak.admin.client.resource | |
org.keycloak.models.utils | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
IdentityProviderRepresentation |
IdentityProviderResource.toRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<IdentityProviderRepresentation> |
IdentityProvidersResource.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
IdentityProvidersResource.create(IdentityProviderRepresentation identityProvider) |
void |
IdentityProviderResource.update(IdentityProviderRepresentation identityProviderRepresentation) |
Modifier and Type | Method and Description |
---|---|
static IdentityProviderRepresentation |
ModelToRepresentation.toRepresentation(IdentityProviderModel identityProviderModel) |
Modifier and Type | Method and Description |
---|---|
static IdentityProviderModel |
RepresentationToModel.toModel(IdentityProviderRepresentation representation) |
Modifier and Type | Method and Description |
---|---|
List<IdentityProviderRepresentation> |
RealmRepresentation.getIdentityProviders() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.addIdentityProvider(IdentityProviderRepresentation identityProviderRepresentation) |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setIdentityProviders(List<IdentityProviderRepresentation> identityProviders) |
Modifier and Type | Method and Description |
---|---|
IdentityProviderRepresentation |
IdentityProviderResource.getIdentityProvider() |
Modifier and Type | Method and Description |
---|---|
List<IdentityProviderRepresentation> |
IdentityProvidersResource.getIdentityProviders() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IdentityProvidersResource.create(javax.ws.rs.core.UriInfo uriInfo,
IdentityProviderRepresentation representation) |
javax.ws.rs.core.Response |
IdentityProviderResource.update(IdentityProviderRepresentation providerRep) |
Copyright © 2015. All rights reserved.