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 TypeMethodDescriptionSamlProtocol.transformLoginResponse(List<SamlProtocol.ProtocolMapperProcessor<SAMLLoginResponseMapper>> mappers, ResponseType response, KeycloakSession session, UserSessionModel userSession, ClientSessionContext clientSessionCtx) -
Uses of SAMLLoginResponseMapper in org.keycloak.protocol.saml.mappers
Classes in org.keycloak.protocol.saml.mappers that implement SAMLLoginResponseMapperModifier and TypeClassDescriptionclassSAML mapper to add a audience restriction into the assertion, to another client (clientId) or to a custom URI.classSAML audience resolve mapper.