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