Class MapRootAuthenticationSessionEntityCloner
- java.lang.Object
- 
- org.keycloak.models.map.authSession.MapRootAuthenticationSessionEntityCloner
 
- 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRootAuthenticationSessionEntityCloner extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description MapRootAuthenticationSessionEntityCloner()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static MapRootAuthenticationSessionEntitydeepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)static MapRootAuthenticationSessionEntitydeepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target)
 
- 
- 
- 
Method Detail- 
deepClonepublic static MapRootAuthenticationSessionEntity deepClone(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) 
 - 
deepCloneNoIdpublic static MapRootAuthenticationSessionEntity deepCloneNoId(MapRootAuthenticationSessionEntity original, MapRootAuthenticationSessionEntity target) 
 
- 
 
-