Class AuthModuleDataBinderImpl
- java.lang.Object
-
- org.apache.syncope.core.provisioning.java.data.AuthModuleDataBinderImpl
-
- All Implemented Interfaces:
AuthModuleDataBinder
public class AuthModuleDataBinderImpl extends Object implements AuthModuleDataBinder
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityFactory
entityFactory
protected static Logger
LOG
-
Constructor Summary
Constructors Constructor Description AuthModuleDataBinderImpl(EntityFactory entityFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthModule
create(AuthModuleTO authModuleTO)
AuthModuleTO
getAuthModuleTO(AuthModule authModule)
protected void
populateItems(AuthModuleTO authModuleTO, AuthModule authModule)
protected void
populateItems(AuthModule authModule, AuthModuleTO authModuleTO)
AuthModule
update(AuthModule authModule, AuthModuleTO authModuleTO)
-
-
-
Field Detail
-
LOG
protected static final Logger LOG
-
entityFactory
protected final EntityFactory entityFactory
-
-
Constructor Detail
-
AuthModuleDataBinderImpl
public AuthModuleDataBinderImpl(EntityFactory entityFactory)
-
-
Method Detail
-
populateItems
protected void populateItems(AuthModuleTO authModuleTO, AuthModule authModule)
-
create
public AuthModule create(AuthModuleTO authModuleTO)
- Specified by:
create
in interfaceAuthModuleDataBinder
-
update
public AuthModule update(AuthModule authModule, AuthModuleTO authModuleTO)
- Specified by:
update
in interfaceAuthModuleDataBinder
-
populateItems
protected void populateItems(AuthModule authModule, AuthModuleTO authModuleTO)
-
getAuthModuleTO
public AuthModuleTO getAuthModuleTO(AuthModule authModule)
- Specified by:
getAuthModuleTO
in interfaceAuthModuleDataBinder
-
-