Uses of Interface
org.keycloak.models.map.authSession.MapAuthenticationSessionEntity
Packages that use MapAuthenticationSessionEntity
-
Uses of MapAuthenticationSessionEntity in org.keycloak.models.map.authSession
Classes in org.keycloak.models.map.authSession that implement MapAuthenticationSessionEntityModifier and TypeClassDescriptionclassclassclassstatic classMethods in org.keycloak.models.map.authSession that return MapAuthenticationSessionEntityModifier and TypeMethodDescriptionMapAuthenticationSessionEntityCloner.deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target) Methods in org.keycloak.models.map.authSession that return types with arguments of type MapAuthenticationSessionEntityModifier and TypeMethodDescriptionMapRootAuthenticationSessionEntity.getAuthenticationSession(String tabId) MapRootAuthenticationSessionEntityDelegate.getAuthenticationSession(String tabId) MapRootAuthenticationSessionEntityFieldDelegate.getAuthenticationSession(String p0) MapRootAuthenticationSessionEntityImpl.Empty.getAuthenticationSession(String tabId) MapRootAuthenticationSessionEntityImpl.getAuthenticationSession(String p0) MapRootAuthenticationSessionEntity.getAuthenticationSessions()MapRootAuthenticationSessionEntityDelegate.getAuthenticationSessions()MapRootAuthenticationSessionEntityFieldDelegate.getAuthenticationSessions()MapRootAuthenticationSessionEntityImpl.Empty.getAuthenticationSessions()MapRootAuthenticationSessionEntityImpl.getAuthenticationSessions()MapAuthenticationSessionEntityDelegate.getDelegateProvider()MapAuthenticationSessionEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.authSession with parameters of type MapAuthenticationSessionEntityModifier and TypeMethodDescriptionvoidMapRootAuthenticationSessionEntity.addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession) voidMapRootAuthenticationSessionEntityDelegate.addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession) voidMapRootAuthenticationSessionEntityFieldDelegate.addAuthenticationSession(MapAuthenticationSessionEntity p0) voidMapRootAuthenticationSessionEntityImpl.addAuthenticationSession(MapAuthenticationSessionEntity p0) voidMapRootAuthenticationSessionEntityImpl.Empty.addAuthenticationSession(MapAuthenticationSessionEntity authenticationSession) MapAuthenticationSessionEntityCloner.deepClone(MapAuthenticationSessionEntity original, MapAuthenticationSessionEntity target) Method parameters in org.keycloak.models.map.authSession with type arguments of type MapAuthenticationSessionEntityModifier and TypeMethodDescriptionvoidMapRootAuthenticationSessionEntity.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 MapAuthenticationSessionEntityModifierConstructorDescriptionMapAuthenticationSessionAdapter(KeycloakSession session, MapRootAuthenticationSessionAdapter parent, String tabId, MapAuthenticationSessionEntity entity) Constructor parameters in org.keycloak.models.map.authSession with type arguments of type MapAuthenticationSessionEntityModifierConstructorDescriptionMapAuthenticationSessionEntityDelegate(DelegateProvider<MapAuthenticationSessionEntity> delegateProvider) MapAuthenticationSessionEntityFieldDelegate(EntityFieldDelegate<MapAuthenticationSessionEntity> entityFieldDelegate)