Uses of Interface
org.keycloak.adapters.spi.SessionIdMapper
-
-
Uses of SessionIdMapper in org.keycloak.adapters.spi
Classes in org.keycloak.adapters.spi that implement SessionIdMapper Modifier and Type Class Description classInMemorySessionIdMapperMaps external principal and SSO id to internal local http session idMethods in org.keycloak.adapters.spi with parameters of type SessionIdMapper Modifier and Type Method Description voidSessionIdMapperUpdater. 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.
-