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 interface
ClientAppDAO<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 interface
CASSPClientApp
interface
OIDCRPClientApp
interface
SAML2SPClientApp
Methods 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 ClientAppUtils
ClientAppUtilsFactory. 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 class
AbstractClientAppDAO<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 class
AbstractClientApp
class
JPACASSPClientApp
class
JPAOIDCRPClientApp
class
JPASAML2SPClientApp
Methods 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 ClientAppUtils
JPAClientAppUtilsFactory. 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 WAClientApp
WAClientAppDataBinder. 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 void
ClientAppDataBinderImpl. copyToEntity(ClientApp clientApp, ClientAppTO clientAppTO)
protected void
ClientAppDataBinderImpl. 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 WAClientApp
WAClientAppDataBinderImpl. getWAClientApp(ClientApp clientApp)
-