Uses of Class
org.apache.syncope.common.lib.to.ClientAppTO
-
-
Uses of ClientAppTO in org.apache.syncope.client.console.clientapps
Classes in org.apache.syncope.client.console.clientapps with type parameters of type ClientAppTO Modifier and Type Class Description classClientAppDirectoryPanel<T extends ClientAppTO>classClientAppModalPanelBuilder<T extends ClientAppTO>classClientAppPropertiesDirectoryPanel<T extends ClientAppTO>classUsernameAttributeProviderModalPanelBuilder<T extends ClientAppTO>Fields in org.apache.syncope.client.console.clientapps declared as ClientAppTO Modifier and Type Field Description protected ClientAppTOClientAppPropertyWizardBuilder. clientAppprotected TUsernameAttributeProviderModalPanelBuilder.Profile. clientAppTOConstructors in org.apache.syncope.client.console.clientapps with parameters of type ClientAppTO Constructor Description ClientAppPropertyWizardBuilder(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef) -
Uses of ClientAppTO in org.apache.syncope.client.console.rest
Fields in org.apache.syncope.client.console.rest with type parameters of type ClientAppTO Modifier and Type Field Description protected static Comparator<ClientAppTO>ClientAppRestClient. COMPARATORMethods in org.apache.syncope.client.console.rest with type parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientAppTO>
voidClientAppRestClient. create(ClientAppType type, T policy)<T extends ClientAppTO>
List<T>ClientAppRestClient. list(ClientAppType type)<T extends ClientAppTO>
TClientAppRestClient. read(ClientAppType type, String key)<T extends ClientAppTO>
voidClientAppRestClient. update(ClientAppType type, T policy) -
Uses of ClientAppTO in org.apache.syncope.common.lib.to
Subclasses of ClientAppTO in org.apache.syncope.common.lib.to Modifier and Type Class Description classCASSPClientAppTOclassOIDCRPClientAppTOclassSAML2SPClientAppTO -
Uses of ClientAppTO in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return ClientAppTO Modifier and Type Method Description ClientAppTOWAClientApp. getClientAppTO()Methods in org.apache.syncope.common.lib.wa with parameters of type ClientAppTO Modifier and Type Method Description voidWAClientApp. setClientAppTO(ClientAppTO clientAppTO) -
Uses of ClientAppTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with type parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientAppTO>
List<T>ClientAppService. list(@NotNull ClientAppType type)Returns a list of client apps of the matching type.<T extends ClientAppTO>
TClientAppService. read(@NotNull ClientAppType type, @NotNull String key)Returns the client app matching the given key.Methods in org.apache.syncope.common.rest.api.service with parameters of type ClientAppTO Modifier and Type Method Description javax.ws.rs.core.ResponseClientAppService. create(@NotNull ClientAppType type, @NotNull ClientAppTO clientAppTO)Create a new client app.voidClientAppService. update(@NotNull ClientAppType type, @NotNull ClientAppTO clientAppTO)Updates client app matching the given key. -
Uses of ClientAppTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with type parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientAppTO>
TClientAppLogic. create(ClientAppType type, ClientAppTO clientAppTO)<T extends ClientAppTO>
TClientAppLogic. delete(ClientAppType type, String key)<T extends ClientAppTO>
List<T>ClientAppLogic. list(ClientAppType type)<T extends ClientAppTO>
TClientAppLogic. read(ClientAppType type, String key)<T extends ClientAppTO>
TClientAppLogic. update(ClientAppType type, ClientAppTO clientAppTO)Methods in org.apache.syncope.core.logic that return ClientAppTO Modifier and Type Method Description protected ClientAppTOClientAppLogic. resolveReference(Method method, Object... args)Methods in org.apache.syncope.core.logic with parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientAppTO>
TClientAppLogic. create(ClientAppType type, ClientAppTO clientAppTO)<T extends ClientAppTO>
TClientAppLogic. update(ClientAppType type, ClientAppTO clientAppTO) -
Uses of ClientAppTO in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type ClientAppTO Modifier and Type Method Description ClientAppUtilsClientAppUtilsFactory. getInstance(ClientAppTO clientAppTO)Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type ClientAppTO Modifier and Type Method Description ClientAppUtilsClientAppUtilsFactory. getInstance(Class<? extends ClientAppTO> clientAppClass) -
Uses of ClientAppTO in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type ClientAppTO Modifier and Type Method Description ClientAppUtilsJPAClientAppUtilsFactory. getInstance(ClientAppTO clientAppTO)Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type ClientAppTO Modifier and Type Method Description ClientAppUtilsJPAClientAppUtilsFactory. getInstance(Class<? extends ClientAppTO> clientAppClass) -
Uses of ClientAppTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with type parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientAppTO>
TClientAppDataBinder. getClientAppTO(ClientApp clientApp)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientApp>
TClientAppDataBinder. create(ClientAppTO clientAppTO)<T extends ClientApp>
voidClientAppDataBinder. update(T clientApp, ClientAppTO clientAppTO) -
Uses of ClientAppTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with type parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientAppTO>
TClientAppDataBinderImpl. getClientAppTO(ClientApp clientApp)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ClientAppTO Modifier and Type Method Description protected voidClientAppDataBinderImpl. copyToEntity(ClientApp clientApp, ClientAppTO clientAppTO)protected voidClientAppDataBinderImpl. copyToTO(ClientApp clientApp, ClientAppTO clientAppTO)<T extends ClientApp>
TClientAppDataBinderImpl. create(ClientAppTO clientAppTO)<T extends ClientApp>
voidClientAppDataBinderImpl. update(T clientApp, ClientAppTO clientAppTO) -
Uses of ClientAppTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with type parameters of type ClientAppTO Modifier and Type Method Description <T extends ClientAppTO>
List<T>ClientAppServiceImpl. list(ClientAppType type)<T extends ClientAppTO>
TClientAppServiceImpl. read(ClientAppType type, String key)Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ClientAppTO Modifier and Type Method Description javax.ws.rs.core.ResponseClientAppServiceImpl. create(ClientAppType type, ClientAppTO clientAppTO)voidClientAppServiceImpl. update(ClientAppType type, ClientAppTO clientAppTO) -
Uses of ClientAppTO in org.apache.syncope.wa.starter.mapping
Methods in org.apache.syncope.wa.starter.mapping with parameters of type ClientAppTO Modifier and Type Method Description booleanCASSPClientAppTOMapper. supports(ClientAppTO clientApp)booleanClientAppMapper. supports(ClientAppTO clientApp)booleanOIDCRPClientAppTOMapper. supports(ClientAppTO clientApp)booleanSAML2SPClientAppTOMapper. supports(ClientAppTO clientApp)
-