Uses of Class
org.apache.syncope.common.lib.types.ClientAppType
-
-
Uses of ClientAppType in org.apache.syncope.client.console.clientapps
Fields in org.apache.syncope.client.console.clientapps declared as ClientAppType Modifier and Type Field Description protected ClientAppTypeClientAppDirectoryPanel. typeprotected ClientAppTypeClientAppModalPanelBuilder. typeprotected ClientAppTypeClientAppPropertiesDirectoryPanel. typeprotected ClientAppTypeClientAppPropertyWizardBuilder. typeprotected ClientAppTypeUsernameAttributeProviderModalPanelBuilder. typeConstructors in org.apache.syncope.client.console.clientapps with parameters of type ClientAppType Constructor Description ClientAppDirectoryPanel(String id, ClientAppRestClient restClient, ClientAppType type, PageReference pageRef)ClientAppModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, PolicyRestClient policyRestClient, ClientAppRestClient clientAppRestClient, RealmRestClient realmRestClient, PageReference pageRef)ClientAppPropertiesDirectoryPanel(String id, ClientAppRestClient restClient, BaseModal<T> propertiesModal, ClientAppType type, IModel<T> model, PageReference pageRef)ClientAppPropertyWizardBuilder(ClientAppType type, ClientAppTO clientApp, Attr attr, ClientAppRestClient clientAppRestClient, PageReference pageRef)UsernameAttributeProviderModalPanelBuilder(ClientAppType type, T defaultItem, BaseModal<T> modal, ClientAppRestClient clientAppRestClient, PageReference pageRef) -
Uses of ClientAppType in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type ClientAppType Modifier and Type Method Description <T extends ClientAppTO>
voidClientAppRestClient. create(ClientAppType type, T policy)voidClientAppRestClient. delete(ClientAppType type, String key)<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 ClientAppType in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return ClientAppType Modifier and Type Method Description static ClientAppTypeClientAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientAppType[]ClientAppType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClientAppType in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type ClientAppType Modifier and Type Method Description javax.ws.rs.core.ResponseClientAppService. create(@NotNull ClientAppType type, @NotNull ClientAppTO clientAppTO)Create a new client app.voidClientAppService. delete(@NotNull ClientAppType type, @NotNull String key)Delete client app matching the given key.<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.voidClientAppService. update(@NotNull ClientAppType type, @NotNull ClientAppTO clientAppTO)Updates client app matching the given key. -
Uses of ClientAppType in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type ClientAppType Modifier and Type Method Description WAClientAppWAClientAppService. read(@NotNull Long clientAppId, ClientAppType type)Returns client application with matching type and clientAppId, if found.WAClientAppWAClientAppService. read(@NotNull String name, ClientAppType type)Returns client application with matching type and name, if found. -
Uses of ClientAppType in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type ClientAppType Modifier and Type Method Description protected voidClientAppLogic. checkType(ClientAppType type, ClientAppUtils clientAppUtils)<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) -
Uses of ClientAppType in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa with parameters of type ClientAppType Modifier and Type Method Description protected WAClientAppWAClientAppLogic. doRead(Long clientAppId, ClientAppType type)protected WAClientAppWAClientAppLogic. doRead(String name, ClientAppType type)WAClientAppWAClientAppLogic. read(Long clientAppId, ClientAppType type)WAClientAppWAClientAppLogic. read(String name, ClientAppType type) -
Uses of ClientAppType in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return ClientAppType Modifier and Type Method Description ClientAppTypeClientAppUtils. getType()Methods in org.apache.syncope.core.persistence.api.entity.am with parameters of type ClientAppType Modifier and Type Method Description ClientAppUtilsClientAppUtilsFactory. getInstance(ClientAppType type) -
Uses of ClientAppType in org.apache.syncope.core.persistence.jpa.entity.am
Methods in org.apache.syncope.core.persistence.jpa.entity.am that return ClientAppType Modifier and Type Method Description ClientAppTypeJPAClientAppUtils. getType()Methods in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type ClientAppType Modifier and Type Method Description ClientAppUtilsJPAClientAppUtilsFactory. getInstance(ClientAppType type)Constructors in org.apache.syncope.core.persistence.jpa.entity.am with parameters of type ClientAppType Constructor Description JPAClientAppUtils(ClientAppType type) -
Uses of ClientAppType in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type ClientAppType Modifier and Type Method Description javax.ws.rs.core.ResponseClientAppServiceImpl. create(ClientAppType type, ClientAppTO clientAppTO)voidClientAppServiceImpl. delete(ClientAppType type, String key)<T extends ClientAppTO>
List<T>ClientAppServiceImpl. list(ClientAppType type)<T extends ClientAppTO>
TClientAppServiceImpl. read(ClientAppType type, String key)voidClientAppServiceImpl. update(ClientAppType type, ClientAppTO clientAppTO) -
Uses of ClientAppType in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type ClientAppType Modifier and Type Method Description WAClientAppWAClientAppServiceImpl. read(Long clientAppId, ClientAppType type)WAClientAppWAClientAppServiceImpl. read(String name, ClientAppType type)
-