Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.AuthModule
-
-
Uses of AuthModule in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return AuthModule Modifier and Type Method Description AuthModuleAuthModuleDAO. find(String key)AuthModuleAuthModuleDAO. save(AuthModule authModule)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type AuthModule Modifier and Type Method Description List<AuthModule>AuthModuleDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type AuthModule Modifier and Type Method Description voidAuthModuleDAO. delete(AuthModule authModule)AuthModuleAuthModuleDAO. save(AuthModule authModule) -
Uses of AuthModule in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return AuthModule Modifier and Type Method Description AuthModuleJPAAuthModuleDAO. find(String key)AuthModuleJPAAuthModuleDAO. save(AuthModule authModule)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type AuthModule Modifier and Type Method Description List<AuthModule>JPAAuthModuleDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type AuthModule Modifier and Type Method Description voidJPAAuthModuleDAO. delete(AuthModule authModule)AuthModuleJPAAuthModuleDAO. save(AuthModule authModule) -
Uses of AuthModule in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement AuthModule Modifier and Type Class Description classJPAAuthModule -
Uses of AuthModule in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AuthModule Modifier and Type Method Description AuthModuleAuthModuleDataBinder. create(AuthModuleTO authModuleTO)AuthModuleAuthModuleDataBinder. update(AuthModule authModule, AuthModuleTO authModuleTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthModule Modifier and Type Method Description AuthModuleTOAuthModuleDataBinder. getAuthModuleTO(AuthModule authModule)AuthModuleAuthModuleDataBinder. update(AuthModule authModule, AuthModuleTO authModuleTO) -
Uses of AuthModule in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AuthModule Modifier and Type Method Description AuthModuleAuthModuleDataBinderImpl. create(AuthModuleTO authModuleTO)AuthModuleAuthModuleDataBinderImpl. update(AuthModule authModule, AuthModuleTO authModuleTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthModule Modifier and Type Method Description AuthModuleTOAuthModuleDataBinderImpl. getAuthModuleTO(AuthModule authModule)protected voidAuthModuleDataBinderImpl. populateItems(AuthModuleTO authModuleTO, AuthModule authModule)protected voidAuthModuleDataBinderImpl. populateItems(AuthModule authModule, AuthModuleTO authModuleTO)AuthModuleAuthModuleDataBinderImpl. update(AuthModule authModule, AuthModuleTO authModuleTO)
-