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
Methods in org.keycloak.representations.idm that return types with arguments of type IdentityProviderMapperRepresentation Modifier and Type Method Description List<IdentityProviderMapperRepresentation>RealmRepresentation. getIdentityProviderMappers()Methods in org.keycloak.representations.idm with parameters of type IdentityProviderMapperRepresentation Modifier and Type Method Description voidRealmRepresentation. addIdentityProviderMapper(IdentityProviderMapperRepresentation rep)Method parameters in org.keycloak.representations.idm with type arguments of type IdentityProviderMapperRepresentation Modifier and Type Method Description voidRealmRepresentation. setIdentityProviderMappers(List<IdentityProviderMapperRepresentation> identityProviderMappers)
-