Class MapAuthenticatorConfigEntityCloner
java.lang.Object
org.keycloak.models.map.realm.entity.MapAuthenticatorConfigEntityCloner
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthenticatorConfigEntityCloner
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MapAuthenticatorConfigEntity
deepClone
(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) static MapAuthenticatorConfigEntity
deepCloneNoId
(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)
-
Constructor Details
-
MapAuthenticatorConfigEntityCloner
public MapAuthenticatorConfigEntityCloner()
-
-
Method Details
-
deepClone
public static MapAuthenticatorConfigEntity deepClone(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target) -
deepCloneNoId
public static MapAuthenticatorConfigEntity deepCloneNoId(MapAuthenticatorConfigEntity original, MapAuthenticatorConfigEntity target)
-