Class AnyTypeDataBinderImpl
java.lang.Object
org.apache.syncope.core.provisioning.java.data.AnyTypeDataBinderImpl
- All Implemented Interfaces:
AnyTypeDataBinder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AccessTokenDAOprotected final AnyTypeClassDAOprotected final AnyTypeDAOprotected final EncryptorManagerprotected final EntityFactoryprotected static final Loggerprotected final SecurityProperties -
Constructor Summary
ConstructorsConstructorDescriptionAnyTypeDataBinderImpl(SecurityProperties securityProperties, EncryptorManager encryptorManager, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, AccessTokenDAO accessTokenDAO, EntityFactory entityFactory) -
Method Summary
-
Field Details
-
LOG
-
securityProperties
-
encryptorManager
-
anyTypeDAO
-
anyTypeClassDAO
-
accessTokenDAO
-
entityFactory
-
-
Constructor Details
-
AnyTypeDataBinderImpl
public AnyTypeDataBinderImpl(SecurityProperties securityProperties, EncryptorManager encryptorManager, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, AccessTokenDAO accessTokenDAO, EntityFactory entityFactory)
-
-
Method Details
-
create
- Specified by:
createin interfaceAnyTypeDataBinder
-
update
- Specified by:
updatein interfaceAnyTypeDataBinder
-
delete
- Specified by:
deletein interfaceAnyTypeDataBinder
-
getAnyTypeTO
- Specified by:
getAnyTypeTOin interfaceAnyTypeDataBinder
-