Uses of Class
org.apache.syncope.common.lib.to.OIDCC4UIProviderTO
Package
Description
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.client.console.panels
Modifier and TypeMethodDescriptionprotected ActionLinksTogglePanel
<OIDCC4UIProviderTO> OIDCProvidersDirectoryPanel.actionTogglePanel()
OIDCProvidersDirectoryPanel.getActions
(IModel<OIDCC4UIProviderTO> model) protected List
<IColumn<OIDCC4UIProviderTO, String>> OIDCProvidersDirectoryPanel.getColumns()
OIDCProvidersDirectoryPanel.OIDCProvidersProvider.iterator
(long first, long count) OIDCProvidersDirectoryPanel.OIDCProvidersProvider.model
(OIDCC4UIProviderTO object) Modifier and TypeMethodDescriptionOIDCProvidersDirectoryPanel.OIDCProvidersProvider.model
(OIDCC4UIProviderTO object) Modifier and TypeMethodDescriptionOIDCProvidersDirectoryPanel.getActions
(IModel<OIDCC4UIProviderTO> model) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
OIDCProviderRestClient.create
(OIDCC4UIProviderTO op) void
OIDCProviderRestClient.createFromDiscovery
(OIDCC4UIProviderTO op) void
OIDCProviderRestClient.update
(OIDCC4UIProviderTO op) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
OIDCProviderWizardBuilder.buildModelSteps
(OIDCC4UIProviderTO modelObject, WizardModel wizardModel) protected Serializable
OIDCProviderWizardBuilder.onApplyInternal
(OIDCC4UIProviderTO modelObject) ModifierConstructorDescriptionOIDCProviderWizardBuilder
(OIDCProvidersDirectoryPanel directoryPanel, OIDCC4UIProviderTO defaultItem, ImplementationRestClient implementationRestClient, OIDCProviderRestClient oidcProviderRestClient, PageReference pageRef) OP
(OIDCC4UIProviderTO opTO) OPContinue
(OIDCC4UIProviderTO opTO, boolean readOnly) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.client.console.wizards.mapping
ModifierConstructorDescriptionOIDCProviderMappingPanel
(String id, OIDCC4UIProviderTO opTO, ItemTransformersTogglePanel mapItemTransformers, JEXLTransformersTogglePanel jexlTransformers) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns the OIDC Provider with matching key, if available.Modifier and TypeMethodDescriptionOIDCC4UIProviderService.list()
Returns a list of all defined OIDC Providers.Modifier and TypeMethodDescriptionOIDCC4UIProviderService.create
(OIDCC4UIProviderTO oidcProviderTO) Creates a new OIDC Provider.OIDCC4UIProviderService.createFromDiscovery
(OIDCC4UIProviderTO oidcProviderTO) Creates a new OIDC Provider by using its Discovery Document.void
OIDCC4UIProviderService.update
(@NotNull OIDCC4UIProviderTO oidcProviderTO) Updates the OIDC Provider with matching key. -
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.logic
Modifier and TypeMethodDescriptionprotected OIDCC4UIProviderTO
OIDCC4UIProviderLogic.resolveReference
(Method method, Object... args) Modifier and TypeMethodDescriptionOIDCC4UIProviderLogic.create
(OIDCC4UIProviderTO opTO) OIDCC4UIProviderLogic.createFromDiscovery
(OIDCC4UIProviderTO opTO) void
OIDCC4UIProviderLogic.update
(OIDCC4UIProviderTO opTO) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.logic.oidc
Modifier and TypeMethodDescriptionstatic void
OIDCClientCache.importMetadata
(OIDCC4UIProviderTO opTO) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionOIDCC4UIProviderDataBinder.getOIDCProviderTO
(OIDCC4UIProvider op) Modifier and TypeMethodDescriptionOIDCC4UIProviderDataBinder.create
(OIDCC4UIProviderTO op) OIDCC4UIProviderDataBinder.update
(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionOIDCC4UIProviderDataBinderImpl.getOIDCProviderTO
(OIDCC4UIProvider op) Modifier and TypeMethodDescriptionOIDCC4UIProviderDataBinderImpl.create
(OIDCC4UIProviderTO opTO) protected void
OIDCC4UIProviderDataBinderImpl.populateItems
(OIDCC4UIProviderTO opTO, OIDCC4UIProvider op) protected static void
OIDCC4UIProviderDataBinderImpl.populateItems
(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO) OIDCC4UIProviderDataBinderImpl.update
(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO) -
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionOIDCC4UIProviderServiceImpl.create
(OIDCC4UIProviderTO oidcProviderTO) OIDCC4UIProviderServiceImpl.createFromDiscovery
(OIDCC4UIProviderTO oidcProviderTO) void
OIDCC4UIProviderServiceImpl.update
(OIDCC4UIProviderTO oidcProviderTO)