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