Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.ClientApp
-
-
Uses of ClientApp in org.apache.syncope.core.persistence.api.dao
Classes in org.apache.syncope.core.persistence.api.dao with type parameters of type ClientApp Modifier and Type Interface Description interfaceClientAppDAO<C extends ClientApp> -
Uses of ClientApp in org.apache.syncope.core.persistence.api.entity.am
Subinterfaces of ClientApp in org.apache.syncope.core.persistence.api.entity.am Modifier and Type Interface Description interfaceCASSPClientAppinterfaceOIDCRPClientAppinterfaceSAML2SPClientAppMethods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type ClientApp Modifier and Type Method Description Class<? extends ClientApp>ClientAppUtils. clientAppClass()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type ClientApp Modifier and Type Method Description ClientAppUtilsClientAppUtilsFactory. getInstance(ClientApp clientApp) -
Uses of ClientApp in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao with type parameters of type ClientApp Modifier and Type Class Description classAbstractClientAppDAO<C extends ClientApp> -
Uses of ClientApp in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement ClientApp Modifier and Type Class Description classAbstractClientAppclassJPACASSPClientAppclassJPAOIDCRPClientAppclassJPASAML2SPClientAppMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type ClientApp Modifier and Type Method Description Class<? extends ClientApp>JPAClientAppUtils. clientAppClass()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type ClientApp Modifier and Type Method Description ClientAppUtilsJPAClientAppUtilsFactory. getInstance(ClientApp clientApp) -
Uses of ClientApp in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with type parameters of type ClientApp Modifier and Type Method Description <T extends ClientApp>
TClientAppDataBinder. create(ClientAppTO clientAppTO)<T extends ClientApp>
voidClientAppDataBinder. update(T clientApp, ClientAppTO clientAppTO)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ClientApp Modifier and Type Method Description <T extends ClientAppTO>
TClientAppDataBinder. getClientAppTO(ClientApp clientApp) -
Uses of ClientApp in org.apache.syncope.core.provisioning.api.data.wa
Methods in org.apache.syncope.core.provisioning.api.data.wa with parameters of type ClientApp Modifier and Type Method Description WAClientAppWAClientAppDataBinder. getWAClientApp(ClientApp clientApp) -
Uses of ClientApp in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with type parameters of type ClientApp Modifier and Type Method Description <T extends ClientApp>
TClientAppDataBinderImpl. create(ClientAppTO clientAppTO)<T extends ClientApp>
voidClientAppDataBinderImpl. update(T clientApp, ClientAppTO clientAppTO)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ClientApp Modifier and Type Method Description protected voidClientAppDataBinderImpl. copyToEntity(ClientApp clientApp, ClientAppTO clientAppTO)protected voidClientAppDataBinderImpl. copyToTO(ClientApp clientApp, ClientAppTO clientAppTO)<T extends ClientAppTO>
TClientAppDataBinderImpl. getClientAppTO(ClientApp clientApp) -
Uses of ClientApp in org.apache.syncope.core.provisioning.java.data.wa
Methods in org.apache.syncope.core.provisioning.java.data.wa with parameters of type ClientApp Modifier and Type Method Description WAClientAppWAClientAppDataBinderImpl. getWAClientApp(ClientApp clientApp)
-