Package | Description |
---|---|
org.keycloak.protocol.saml |
Modifier and Type | Method and Description |
---|---|
void |
SamlProtocol.populateRoles(SamlProtocol.ProtocolMapperProcessor<SAMLRoleListMapper> roleListMapper,
org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Modifier and Type | Method and Description |
---|---|
void |
SamlProtocol.transformAttributeStatement(List<SamlProtocol.ProtocolMapperProcessor<SAMLAttributeStatementMapper>> attributeStatementMappers,
org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
org.picketlink.identity.federation.saml.v2.protocol.ResponseType |
SamlProtocol.transformLoginResponse(List<SamlProtocol.ProtocolMapperProcessor<SAMLLoginResponseMapper>> mappers,
org.picketlink.identity.federation.saml.v2.protocol.ResponseType response,
KeycloakSession session,
UserSessionModel userSession,
ClientSessionModel clientSession) |
Copyright © 2015. All rights reserved.