Uses of Class
org.apache.syncope.common.lib.to.OIDCC4UIProviderTO
-
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type OIDCC4UIProviderTO Modifier and Type Method Description protected ActionLinksTogglePanel<OIDCC4UIProviderTO>
OIDCProvidersDirectoryPanel. actionTogglePanel()
ActionsPanel<OIDCC4UIProviderTO>
OIDCProvidersDirectoryPanel. getActions(IModel<OIDCC4UIProviderTO> model)
protected List<IColumn<OIDCC4UIProviderTO,String>>
OIDCProvidersDirectoryPanel. getColumns()
Iterator<OIDCC4UIProviderTO>
OIDCProvidersDirectoryPanel.OIDCProvidersProvider. iterator(long first, long count)
IModel<OIDCC4UIProviderTO>
OIDCProvidersDirectoryPanel.OIDCProvidersProvider. model(OIDCC4UIProviderTO object)
Methods in org.apache.syncope.client.console.panels with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description IModel<OIDCC4UIProviderTO>
OIDCProvidersDirectoryPanel.OIDCProvidersProvider. model(OIDCC4UIProviderTO object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type OIDCC4UIProviderTO Modifier and Type Method Description ActionsPanel<OIDCC4UIProviderTO>
OIDCProvidersDirectoryPanel. getActions(IModel<OIDCC4UIProviderTO> model)
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProviderTO
OIDCProviderRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type OIDCC4UIProviderTO Modifier and Type Method Description List<OIDCC4UIProviderTO>
OIDCProviderRestClient. list()
Methods in org.apache.syncope.client.console.rest with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description void
OIDCProviderRestClient. create(OIDCC4UIProviderTO op)
void
OIDCProviderRestClient. createFromDiscovery(OIDCC4UIProviderTO op)
void
OIDCProviderRestClient. update(OIDCC4UIProviderTO op)
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description protected WizardModel
OIDCProviderWizardBuilder. buildModelSteps(OIDCC4UIProviderTO modelObject, WizardModel wizardModel)
protected Serializable
OIDCProviderWizardBuilder. onApplyInternal(OIDCC4UIProviderTO modelObject)
Constructors in org.apache.syncope.client.console.wizards with parameters of type OIDCC4UIProviderTO Constructor Description OIDCProviderWizardBuilder(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
Constructors in org.apache.syncope.client.console.wizards.mapping with parameters of type OIDCC4UIProviderTO Constructor Description OIDCProviderMappingPanel(String id, OIDCC4UIProviderTO opTO, ItemTransformersTogglePanel mapItemTransformers, JEXLTransformersTogglePanel jexlTransformers)
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProviderTO
OIDCC4UIProviderService. read(String key)
Returns the OIDC Provider with matching key, if available.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type OIDCC4UIProviderTO Modifier and Type Method Description List<OIDCC4UIProviderTO>
OIDCC4UIProviderService. list()
Returns a list of all defined OIDC Providers.Methods in org.apache.syncope.common.rest.api.service with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description javax.ws.rs.core.Response
OIDCC4UIProviderService. create(OIDCC4UIProviderTO oidcProviderTO)
Creates a new OIDC Provider.javax.ws.rs.core.Response
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
Methods in org.apache.syncope.core.logic that return OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProviderTO
OIDCC4UIProviderLogic. read(String key)
protected OIDCC4UIProviderTO
OIDCC4UIProviderLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type OIDCC4UIProviderTO Modifier and Type Method Description List<OIDCC4UIProviderTO>
OIDCC4UIProviderLogic. list()
Methods in org.apache.syncope.core.logic with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description String
OIDCC4UIProviderLogic. create(OIDCC4UIProviderTO opTO)
String
OIDCC4UIProviderLogic. createFromDiscovery(OIDCC4UIProviderTO opTO)
void
OIDCC4UIProviderLogic. update(OIDCC4UIProviderTO opTO)
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.logic.oidc
Methods in org.apache.syncope.core.logic.oidc with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description static void
OIDCClientCache. importMetadata(OIDCC4UIProviderTO opTO)
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProviderTO
OIDCC4UIProviderDataBinder. getOIDCProviderTO(OIDCC4UIProvider op)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProvider
OIDCC4UIProviderDataBinder. create(OIDCC4UIProviderTO op)
OIDCC4UIProvider
OIDCC4UIProviderDataBinder. update(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProviderTO
OIDCC4UIProviderDataBinderImpl. getOIDCProviderTO(OIDCC4UIProvider op)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProvider
OIDCC4UIProviderDataBinderImpl. create(OIDCC4UIProviderTO opTO)
protected void
OIDCC4UIProviderDataBinderImpl. populateItems(OIDCC4UIProviderTO opTO, OIDCC4UIProvider op)
protected static void
OIDCC4UIProviderDataBinderImpl. populateItems(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
OIDCC4UIProvider
OIDCC4UIProviderDataBinderImpl. update(OIDCC4UIProvider op, OIDCC4UIProviderTO opTO)
-
Uses of OIDCC4UIProviderTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return OIDCC4UIProviderTO Modifier and Type Method Description OIDCC4UIProviderTO
OIDCC4UIProviderServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type OIDCC4UIProviderTO Modifier and Type Method Description List<OIDCC4UIProviderTO>
OIDCC4UIProviderServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type OIDCC4UIProviderTO Modifier and Type Method Description javax.ws.rs.core.Response
OIDCC4UIProviderServiceImpl. create(OIDCC4UIProviderTO oidcProviderTO)
javax.ws.rs.core.Response
OIDCC4UIProviderServiceImpl. createFromDiscovery(OIDCC4UIProviderTO oidcProviderTO)
void
OIDCC4UIProviderServiceImpl. update(OIDCC4UIProviderTO oidcProviderTO)
-