Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.CASSPClientApp
-
-
Uses of CASSPClientApp in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return CASSPClientApp Modifier and Type Method Description CASSPClientAppCASSPClientAppDAO. find(String key)CASSPClientAppCASSPClientAppDAO. findByClientAppId(Long clientAppId)CASSPClientAppCASSPClientAppDAO. findByName(String name)CASSPClientAppCASSPClientAppDAO. save(CASSPClientApp clientApp)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type CASSPClientApp Modifier and Type Method Description List<CASSPClientApp>CASSPClientAppDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type CASSPClientApp Modifier and Type Method Description voidCASSPClientAppDAO. delete(CASSPClientApp clientApp)CASSPClientAppCASSPClientAppDAO. save(CASSPClientApp clientApp) -
Uses of CASSPClientApp in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return CASSPClientApp Modifier and Type Method Description CASSPClientAppJPACASSPClientAppDAO. find(String key)CASSPClientAppJPACASSPClientAppDAO. findByClientAppId(Long clientAppId)CASSPClientAppJPACASSPClientAppDAO. findByName(String name)CASSPClientAppJPACASSPClientAppDAO. save(CASSPClientApp clientApp)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type CASSPClientApp Modifier and Type Method Description List<CASSPClientApp>JPACASSPClientAppDAO. findAll()List<CASSPClientApp>JPACASSPClientAppDAO. findByPolicy(Policy policy)List<CASSPClientApp>JPACASSPClientAppDAO. findByRealm(Realm realm)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type CASSPClientApp Modifier and Type Method Description voidJPACASSPClientAppDAO. delete(CASSPClientApp clientApp)CASSPClientAppJPACASSPClientAppDAO. save(CASSPClientApp clientApp) -
Uses of CASSPClientApp in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement CASSPClientApp Modifier and Type Class Description classJPACASSPClientApp -
Uses of CASSPClientApp in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return CASSPClientApp Modifier and Type Method Description protected CASSPClientAppClientAppDataBinderImpl. doCreate(CASSPClientAppTO clientAppTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type CASSPClientApp Modifier and Type Method Description protected voidClientAppDataBinderImpl. doUpdate(CASSPClientApp clientApp, CASSPClientAppTO clientAppTO)protected CASSPClientAppTOClientAppDataBinderImpl. getCASClientAppTO(CASSPClientApp clientApp)
-