Uses of Class
org.keycloak.representations.idm.IdentityProviderMapperRepresentation
-
Packages that use IdentityProviderMapperRepresentation Package Description org.keycloak.representations.idm -
-
Uses of IdentityProviderMapperRepresentation in org.keycloak.representations.idm
Fields in org.keycloak.representations.idm with type parameters of type IdentityProviderMapperRepresentation Modifier and Type Field Description protected List<IdentityProviderMapperRepresentation>
PartialImportRepresentation. identityProviderMappers
Methods in org.keycloak.representations.idm that return types with arguments of type IdentityProviderMapperRepresentation Modifier and Type Method Description List<IdentityProviderMapperRepresentation>
PartialImportRepresentation. getIdentityProviderMappers()
List<IdentityProviderMapperRepresentation>
RealmRepresentation. getIdentityProviderMappers()
Methods in org.keycloak.representations.idm with parameters of type IdentityProviderMapperRepresentation Modifier and Type Method Description void
RealmRepresentation. addIdentityProviderMapper(IdentityProviderMapperRepresentation rep)
Method parameters in org.keycloak.representations.idm with type arguments of type IdentityProviderMapperRepresentation Modifier and Type Method Description void
PartialImportRepresentation. setIdentityProviderMappers(List<IdentityProviderMapperRepresentation> identityProviderMappers)
void
RealmRepresentation. setIdentityProviderMappers(List<IdentityProviderMapperRepresentation> identityProviderMappers)
-