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