| Package | Description |
|---|---|
| org.keycloak.forms.login | |
| org.keycloak.migration | |
| org.keycloak.models | |
| org.keycloak.models.utils | |
| org.keycloak.protocol | |
| org.keycloak.services.managers |
| Modifier and Type | Method and Description |
|---|---|
LoginFormsProvider |
LoginFormsProvider.setAccessRequest(List<RoleModel> realmRolesRequested,
javax.ws.rs.core.MultivaluedMap<String,RoleModel> resourceRolesRequested,
List<ProtocolMapperModel> protocolMappers) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolMapperModel> |
MigrationProvider.getBuiltinMappers(String protocol) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolMapperModel |
ProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) |
ProtocolMapperModel |
ProtocolMapperContainerModel.getProtocolMapperById(String id) |
ProtocolMapperModel |
ProtocolMapperContainerModel.getProtocolMapperByName(String protocol,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<ProtocolMapperModel> |
UserConsentModel.getGrantedProtocolMappers() |
Set<ProtocolMapperModel> |
ProtocolMapperContainerModel.getProtocolMappers() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserConsentModel.addGrantedProtocolMapper(ProtocolMapperModel protocolMapper) |
ProtocolMapperModel |
ProtocolMapperContainerModel.addProtocolMapper(ProtocolMapperModel model) |
boolean |
UserConsentModel.isProtocolMapperGranted(ProtocolMapperModel protocolMapper) |
void |
UserProvider.preRemove(ProtocolMapperModel protocolMapper) |
void |
UserFederationManager.preRemove(ProtocolMapperModel protocolMapper) |
void |
ProtocolMapperContainerModel.removeProtocolMapper(ProtocolMapperModel mapping) |
void |
ProtocolMapperContainerModel.updateProtocolMapper(ProtocolMapperModel mapping) |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolMapperModel |
RepresentationToModel.toModel(ProtocolMapperRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolMapperRepresentation |
ModelToRepresentation.toRepresentation(ProtocolMapperModel model) |
| Modifier and Type | Method and Description |
|---|---|
List<ProtocolMapperModel> |
LoginProtocolFactory.getBuiltinMappers()
List of built in protocol mappers that can be used to apply to clients.
|
List<ProtocolMapperModel> |
LoginProtocolFactory.getDefaultBuiltinMappers()
List of mappers, which are added to new clients by default
|
| Modifier and Type | Method and Description |
|---|---|
Set<ProtocolMapperModel> |
ClientSessionCode.getRequestedProtocolMappers() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.