Modifier and Type | Method and Description |
---|---|
protected ActionLinksTogglePanel<OIDCProviderTO> |
OIDCProvidersDirectoryPanel.actionTogglePanel() |
ActionsPanel<OIDCProviderTO> |
OIDCProvidersDirectoryPanel.getActions(IModel<OIDCProviderTO> model) |
protected List<IColumn<OIDCProviderTO,String>> |
OIDCProvidersDirectoryPanel.getColumns() |
Iterator<OIDCProviderTO> |
OIDCProvidersDirectoryPanel.OIDCProvidersProvider.iterator(long first,
long count) |
IModel<OIDCProviderTO> |
OIDCProvidersDirectoryPanel.OIDCProvidersProvider.model(OIDCProviderTO object) |
Modifier and Type | Method and Description |
---|---|
IModel<OIDCProviderTO> |
OIDCProvidersDirectoryPanel.OIDCProvidersProvider.model(OIDCProviderTO object) |
Modifier and Type | Method and Description |
---|---|
ActionsPanel<OIDCProviderTO> |
OIDCProvidersDirectoryPanel.getActions(IModel<OIDCProviderTO> model) |
Modifier and Type | Method and Description |
---|---|
OIDCProviderTO |
OIDCProviderRestClient.read(String key) |
Modifier and Type | Method and Description |
---|---|
List<OIDCProviderTO> |
OIDCProviderRestClient.list() |
Modifier and Type | Method and Description |
---|---|
void |
OIDCProviderRestClient.create(OIDCProviderTO op) |
void |
OIDCProviderRestClient.createFromDiscovery(OIDCProviderTO op) |
void |
OIDCProviderRestClient.update(OIDCProviderTO op) |
Modifier and Type | Method and Description |
---|---|
protected WizardModel |
OIDCProviderWizardBuilder.buildModelSteps(OIDCProviderTO modelObject,
WizardModel wizardModel) |
protected Serializable |
OIDCProviderWizardBuilder.onApplyInternal(OIDCProviderTO modelObject) |
Constructor and Description |
---|
OIDCProviderMappingPanel(String id,
OIDCProviderTO opTO,
ItemTransformersTogglePanel mapItemTransformers,
JEXLTransformersTogglePanel jexlTransformers) |
OIDCProviderWizardBuilder(OIDCProvidersDirectoryPanel directoryPanel,
OIDCProviderTO defaultItem,
PageReference pageRef) |
OP(OIDCProviderTO opTO) |
OPContinue(OIDCProviderTO opTO) |
OPContinue(OIDCProviderTO opTO,
boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
OIDCProviderTO |
OIDCProviderService.read(String key)
Returns the OIDC Provider with matching key, if available.
|
Modifier and Type | Method and Description |
---|---|
List<OIDCProviderTO> |
OIDCProviderService.list()
Returns a list of all defined OIDC Providers.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
OIDCProviderService.create(OIDCProviderTO oidcProviderTO)
Creates a new OIDC Provider.
|
javax.ws.rs.core.Response |
OIDCProviderService.createFromDiscovery(OIDCProviderTO oidcProviderTO)
Creates a new OIDC Provider by using its Discovery Document.
|
void |
OIDCProviderService.update(@NotNull OIDCProviderTO oidcProviderTO)
Updates the OIDC Provider with matching key.
|
Modifier and Type | Method and Description |
---|---|
OIDCProviderTO |
OIDCProviderLogic.read(String key) |
protected OIDCProviderTO |
OIDCProviderLogic.resolveReference(Method method,
Object... args) |
Modifier and Type | Method and Description |
---|---|
List<OIDCProviderTO> |
OIDCProviderLogic.list() |
Modifier and Type | Method and Description |
---|---|
String |
OIDCProviderLogic.create(OIDCProviderTO opTO) |
String |
OIDCProviderLogic.createFromDiscovery(OIDCProviderTO opTO) |
void |
OIDCProviderLogic.update(OIDCProviderTO oidcProviderTO) |
Modifier and Type | Method and Description |
---|---|
OIDCProviderTO |
OIDCProviderDataBinder.getOIDCProviderTO(OIDCProvider op) |
Modifier and Type | Method and Description |
---|---|
OIDCProvider |
OIDCProviderDataBinder.create(OIDCProviderTO op) |
OIDCProvider |
OIDCProviderDataBinder.update(OIDCProvider op,
OIDCProviderTO opTO) |
Modifier and Type | Method and Description |
---|---|
OIDCProviderTO |
OIDCProviderDataBinderImpl.getOIDCProviderTO(OIDCProvider op) |
Modifier and Type | Method and Description |
---|---|
OIDCProvider |
OIDCProviderDataBinderImpl.create(OIDCProviderTO opTO) |
OIDCProvider |
OIDCProviderDataBinderImpl.update(OIDCProvider op,
OIDCProviderTO opTO) |
Modifier and Type | Method and Description |
---|---|
OIDCProviderTO |
OIDCProviderServiceImpl.read(String key) |
Modifier and Type | Method and Description |
---|---|
List<OIDCProviderTO> |
OIDCProviderServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
OIDCProviderServiceImpl.create(OIDCProviderTO oidcProviderTO) |
javax.ws.rs.core.Response |
OIDCProviderServiceImpl.createFromDiscovery(OIDCProviderTO oidcProviderTO) |
void |
OIDCProviderServiceImpl.update(OIDCProviderTO oidcProviderTO) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.