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 SummaryConstructors Constructor Description MapAuthenticationFlowEntityCloner()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MapAuthenticationFlowEntitydeepClone(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target)static MapAuthenticationFlowEntitydeepCloneNoId(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target)
 
- 
- 
- 
Method Detail- 
deepClonepublic static MapAuthenticationFlowEntity deepClone(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target) 
 - 
deepCloneNoIdpublic static MapAuthenticationFlowEntity deepCloneNoId(MapAuthenticationFlowEntity original, MapAuthenticationFlowEntity target) 
 
- 
 
-