Uses of Interface
org.keycloak.protocol.saml.mappers.SAMLLoginResponseMapper
Packages that use SAMLLoginResponseMapper
-
Uses of SAMLLoginResponseMapper in org.keycloak.protocol.saml
Method parameters in org.keycloak.protocol.saml with type arguments of type SAMLLoginResponseMapperModifier and TypeMethodDescriptionorg.keycloak.dom.saml.v2.protocol.ResponseTypeSamlProtocol.transformLoginResponse(List<SamlProtocol.ProtocolMapperProcessor<SAMLLoginResponseMapper>> mappers, org.keycloak.dom.saml.v2.protocol.ResponseType response, org.keycloak.models.KeycloakSession session, org.keycloak.models.UserSessionModel userSession, org.keycloak.models.ClientSessionContext clientSessionCtx) -
Uses of SAMLLoginResponseMapper in org.keycloak.protocol.saml.mappers
Classes in org.keycloak.protocol.saml.mappers that implement SAMLLoginResponseMapperModifier and TypeClassDescriptionclassMapper to assign the used AuthnContextClassRef in the AunthContext response.classSAML mapper to add a audience restriction into the assertion, to another client (clientId) or to a custom URI.classSAML audience resolve mapper.