Package | Description |
---|---|
org.keycloak.models.utils | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
Modifier and Type | Method and Description |
---|---|
static UserFederationMapperRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm,
UserFederationMapperModel model) |
Modifier and Type | Method and Description |
---|---|
static UserFederationMapperModel |
RepresentationToModel.toModel(RealmModel realm,
UserFederationMapperRepresentation rep) |
Modifier and Type | Field and Description |
---|---|
protected List<UserFederationMapperRepresentation> |
RealmRepresentation.userFederationMappers |
Modifier and Type | Method and Description |
---|---|
List<UserFederationMapperRepresentation> |
RealmRepresentation.getUserFederationMappers() |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.addUserFederationMapper(UserFederationMapperRepresentation userFederationMapper) |
Modifier and Type | Method and Description |
---|---|
void |
RealmRepresentation.setUserFederationMappers(List<UserFederationMapperRepresentation> userFederationMappers) |
Modifier and Type | Method and Description |
---|---|
UserFederationMapperRepresentation |
UserFederationProviderResource.getMapperById(String id)
Get a mapper
|
Modifier and Type | Method and Description |
---|---|
List<UserFederationMapperRepresentation> |
UserFederationProviderResource.getMappers()
Get mappers configured for this provider
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserFederationProviderResource.addMapper(UserFederationMapperRepresentation mapper)
Create a mapper
|
void |
UserFederationProviderResource.update(String id,
UserFederationMapperRepresentation rep)
Update a mapper
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.