Package | Description |
---|---|
org.keycloak.representations.idm |
Modifier and Type | Field and Description |
---|---|
protected List<IdentityProviderRepresentation> |
PartialImportRepresentation.identityProviders |
Modifier and Type | Method and Description |
---|---|
List<IdentityProviderRepresentation> |
RealmRepresentation.getIdentityProviders() |
List<IdentityProviderRepresentation> |
PartialImportRepresentation.getIdentityProviders() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.addIdentityProvider(IdentityProviderRepresentation identityProviderRepresentation) |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setIdentityProviders(List<IdentityProviderRepresentation> identityProviders) |
void |
PartialImportRepresentation.setIdentityProviders(List<IdentityProviderRepresentation> identityProviders) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.