Uses of Interface
org.keycloak.protocol.saml.mappers.SAMLNameIdMapper
-
Packages that use SAMLNameIdMapper Package Description org.keycloak.protocol.saml org.keycloak.protocol.saml.mappers -
-
Uses of SAMLNameIdMapper in org.keycloak.protocol.saml
Method parameters in org.keycloak.protocol.saml with type arguments of type SAMLNameIdMapper Modifier and Type Method Description protected String
SamlProtocol. getSAMLNameId(List<SamlProtocol.ProtocolMapperProcessor<SAMLNameIdMapper>> samlNameIdMappers, String nameIdFormat, KeycloakSession session, UserSessionModel userSession, AuthenticatedClientSessionModel clientSession)
-
Uses of SAMLNameIdMapper in org.keycloak.protocol.saml.mappers
Classes in org.keycloak.protocol.saml.mappers that implement SAMLNameIdMapper Modifier and Type Class Description class
UserAttributeNameIdMapper
-