public interface IdentityProviderResource
| Modifier and Type | Method and Description |
|---|---|
Response |
addMapper(IdentityProviderMapperRepresentation mapper) |
void |
delete(String id) |
Response |
export(String format) |
IdentityProviderMapperRepresentation |
getMapperById(String id) |
List<IdentityProviderMapperRepresentation> |
getMappers() |
Map<String,IdentityProviderMapperTypeRepresentation> |
getMapperTypes() |
void |
remove() |
IdentityProviderRepresentation |
toRepresentation() |
void |
update(IdentityProviderRepresentation identityProviderRepresentation) |
void |
update(String id,
IdentityProviderMapperRepresentation rep) |
IdentityProviderRepresentation toRepresentation()
void update(IdentityProviderRepresentation identityProviderRepresentation)
void remove()
Response export(String format)
Map<String,IdentityProviderMapperTypeRepresentation> getMapperTypes()
List<IdentityProviderMapperRepresentation> getMappers()
Response addMapper(IdentityProviderMapperRepresentation mapper)
IdentityProviderMapperRepresentation getMapperById(String id)
void update(String id, IdentityProviderMapperRepresentation rep)
void delete(String id)
Copyright © 2019 JBoss by Red Hat. All rights reserved.