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