Uses of Interface
org.keycloak.models.map.authSession.MapAuthenticationSessionEntity
-
Packages that use MapAuthenticationSessionEntity Package Description org.keycloak.models.map.authSession -
-
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement MapAuthenticationSessionEntity Modifier and Type Class Description classMapAuthenticationSessionEntityDelegateclassMapAuthenticationSessionEntityFieldDelegateclassMapAuthenticationSessionEntityImplstatic classMapAuthenticationSessionEntityImpl.EmptyMethods in org.keycloak.models.map.authSession that return MapAuthenticationSessionEntity Modifier and Type Method Description static MapAuthenticationSessionEntityMapAuthenticationSessionEntityCloner. deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target)Methods in org.keycloak.models.map.authSession with parameters of type MapAuthenticationSessionEntity Modifier and Type Method Description voidMapRootAuthenticationSessionEntity. addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)voidMapRootAuthenticationSessionEntityDelegate. addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)voidMapRootAuthenticationSessionEntityFieldDelegate. addAuthenticationSession(MapAuthenticationSessionEntity p0)voidMapRootAuthenticationSessionEntityImpl. addAuthenticationSession(MapAuthenticationSessionEntity p0)voidMapRootAuthenticationSessionEntityImpl.Empty. addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession)static MapAuthenticationSessionEntityMapAuthenticationSessionEntityCloner. deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target)Method parameters in org.keycloak.models.map.authSession with type arguments of type MapAuthenticationSessionEntity Modifier and Type Method Description voidMapRootAuthenticationSessionEntity. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)voidMapRootAuthenticationSessionEntityDelegate. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)voidMapRootAuthenticationSessionEntityFieldDelegate. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)voidMapRootAuthenticationSessionEntityImpl.Empty. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> authenticationSessions)voidMapRootAuthenticationSessionEntityImpl. setAuthenticationSessions(Set<MapAuthenticationSessionEntity> p0)Constructors in org.keycloak.models.map.authSession with parameters of type MapAuthenticationSessionEntity Constructor Description MapAuthenticationSessionAdapter(KeycloakSession session, MapRootAuthenticationSessionAdapter parent, String tabId, MapAuthenticationSessionEntity entity)Constructor parameters in org.keycloak.models.map.authSession with type arguments of type MapAuthenticationSessionEntity Constructor Description MapAuthenticationSessionEntityDelegate(DelegateProvider<MapAuthenticationSessionEntity> delegateProvider)MapAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationSessionEntity> entityFieldDelegate)
-