Uses of Interface
org.keycloak.adapters.spi.SessionIdMapper
-
Uses of SessionIdMapper in org.keycloak.adapters.spi
Classes in org.keycloak.adapters.spi that implement SessionIdMapperModifier and TypeClassDescriptionclassMaps external principal and SSO id to internal local http session idMethods in org.keycloak.adapters.spi with parameters of type SessionIdMapperModifier and TypeMethodDescriptionvoidSessionIdMapperUpdater.clear(SessionIdMapper idMapper) Delegates toclear()method..voidSessionIdMapperUpdater.map(SessionIdMapper idMapper, String sso, String principal, String session) Delegates tomap(java.lang.String, java.lang.String, java.lang.String)method.booleanSessionIdMapperUpdater.refreshMapping(SessionIdMapper idMapper, String httpSessionId) Refreshes the mapping in theidMapperfrom the internal source of this mapped updater and maps it viamap(java.lang.String, java.lang.String, java.lang.String)method.voidSessionIdMapperUpdater.removeSession(SessionIdMapper idMapper, String session) Delegates toremoveSession(java.lang.String)method.