Class MapRootAuthenticationSessionEntityCloner
- java.lang.Object
-
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityCloner
-
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRootAuthenticationSessionEntityCloner extends Object
-
-
Constructor Summary
Constructors Constructor Description MapRootAuthenticationSessionEntityCloner()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MapRootAuthenticationSessionEntity
deepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)
static MapRootAuthenticationSessionEntity
deepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)
-
-
-
Method Detail
-
deepClone
public static MapRootAuthenticationSessionEntity deepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)
-
deepCloneNoId
public static MapRootAuthenticationSessionEntity deepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)
-
-