Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.OIDCRPClientApp
-
-
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return OIDCRPClientApp Modifier and Type Method Description OIDCRPClientAppOIDCRPClientAppDAO. find(String key)OIDCRPClientAppOIDCRPClientAppDAO. findByClientAppId(Long clientAppId)OIDCRPClientAppOIDCRPClientAppDAO. findByClientId(String clientId)OIDCRPClientAppOIDCRPClientAppDAO. findByName(String name)OIDCRPClientAppOIDCRPClientAppDAO. save(OIDCRPClientApp clientApp)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type OIDCRPClientApp Modifier and Type Method Description List<OIDCRPClientApp>OIDCRPClientAppDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type OIDCRPClientApp Modifier and Type Method Description voidOIDCRPClientAppDAO. delete(OIDCRPClientApp clientApp)OIDCRPClientAppOIDCRPClientAppDAO. save(OIDCRPClientApp clientApp) -
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return OIDCRPClientApp Modifier and Type Method Description OIDCRPClientAppJPAOIDCRPClientAppDAO. find(String key)OIDCRPClientAppJPAOIDCRPClientAppDAO. findByClientAppId(Long clientAppId)OIDCRPClientAppJPAOIDCRPClientAppDAO. findByClientId(String clientId)OIDCRPClientAppJPAOIDCRPClientAppDAO. findByName(String name)OIDCRPClientAppJPAOIDCRPClientAppDAO. save(OIDCRPClientApp clientApp)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type OIDCRPClientApp Modifier and Type Method Description List<OIDCRPClientApp>JPAOIDCRPClientAppDAO. findAll()List<OIDCRPClientApp>JPAOIDCRPClientAppDAO. findByPolicy(Policy policy)List<OIDCRPClientApp>JPAOIDCRPClientAppDAO. findByRealm(Realm realm)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type OIDCRPClientApp Modifier and Type Method Description voidJPAOIDCRPClientAppDAO. delete(OIDCRPClientApp clientApp)OIDCRPClientAppJPAOIDCRPClientAppDAO. save(OIDCRPClientApp clientApp) -
Uses of OIDCRPClientApp in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement OIDCRPClientApp Modifier and Type Class Description classJPAOIDCRPClientApp -
Uses of OIDCRPClientApp in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return OIDCRPClientApp Modifier and Type Method Description protected OIDCRPClientAppClientAppDataBinderImpl. doCreate(OIDCRPClientAppTO clientAppTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCRPClientApp Modifier and Type Method Description protected voidClientAppDataBinderImpl. doUpdate(OIDCRPClientApp clientApp, OIDCRPClientAppTO clientAppTO)protected OIDCRPClientAppTOClientAppDataBinderImpl. getOIDCClientAppTO(OIDCRPClientApp clientApp)
-