| Package | Description |
|---|---|
| org.keycloak.protocol.saml |
| Modifier and Type | Method and Description |
|---|---|
void |
SamlProtocol.populateRoles(SamlProtocol.ProtocolMapperProcessor<SAMLRoleListMapper> roleListMapper,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession,
AttributeStatementType existingAttributeStatement) |
| Modifier and Type | Method and Description |
|---|---|
AttributeStatementType |
SamlProtocol.populateAttributeStatements(List<SamlProtocol.ProtocolMapperProcessor<SAMLAttributeStatementMapper>> attributeStatementMappers,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
ResponseType |
SamlProtocol.transformLoginResponse(List<SamlProtocol.ProtocolMapperProcessor<SAMLLoginResponseMapper>> mappers,
ResponseType response,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.