Uses of Class
org.apache.syncope.common.lib.to.AuthModuleTO
-
-
Uses of AuthModuleTO in org.apache.syncope.client.console.panels
Methods in org.apache.syncope.client.console.panels that return types with arguments of type AuthModuleTO Modifier and Type Method Description ActionsPanel<AuthModuleTO>
AuthModuleDirectoryPanel. getActions(IModel<AuthModuleTO> model)
protected List<IColumn<AuthModuleTO,String>>
AuthModuleDirectoryPanel. getColumns()
Iterator<AuthModuleTO>
AuthModuleDirectoryPanel.AuthModuleProvider. iterator(long first, long count)
IModel<AuthModuleTO>
AuthModuleDirectoryPanel.AuthModuleProvider. model(AuthModuleTO object)
Methods in org.apache.syncope.client.console.panels with parameters of type AuthModuleTO Modifier and Type Method Description IModel<AuthModuleTO>
AuthModuleDirectoryPanel.AuthModuleProvider. model(AuthModuleTO object)
Method parameters in org.apache.syncope.client.console.panels with type arguments of type AuthModuleTO Modifier and Type Method Description ActionsPanel<AuthModuleTO>
AuthModuleDirectoryPanel. getActions(IModel<AuthModuleTO> model)
-
Uses of AuthModuleTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return AuthModuleTO Modifier and Type Method Description AuthModuleTO
AuthModuleRestClient. read(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type AuthModuleTO Modifier and Type Method Description List<AuthModuleTO>
AuthModuleRestClient. list()
Methods in org.apache.syncope.client.console.rest with parameters of type AuthModuleTO Modifier and Type Method Description void
AuthModuleRestClient. create(AuthModuleTO authModuleTO)
void
AuthModuleRestClient. update(AuthModuleTO authModuleTO)
-
Uses of AuthModuleTO in org.apache.syncope.client.console.wizards
Methods in org.apache.syncope.client.console.wizards with parameters of type AuthModuleTO Modifier and Type Method Description protected WizardModel
AuthModuleWizardBuilder. buildModelSteps(AuthModuleTO modelObject, WizardModel wizardModel)
protected Serializable
AuthModuleWizardBuilder. onApplyInternal(AuthModuleTO modelObject)
Constructors in org.apache.syncope.client.console.wizards with parameters of type AuthModuleTO Constructor Description AuthModuleWizardBuilder(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef)
-
Uses of AuthModuleTO in org.apache.syncope.client.console.wizards.mapping
Constructors in org.apache.syncope.client.console.wizards.mapping with parameters of type AuthModuleTO Constructor Description AuthModuleMappingPanel(String id, AuthModuleTO authModule)
-
Uses of AuthModuleTO in org.apache.syncope.common.lib.auth
-
Uses of AuthModuleTO in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return types with arguments of type AuthModuleTO Modifier and Type Method Description List<AuthModuleTO>
WAClientApp. getAuthModules()
-
Uses of AuthModuleTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return AuthModuleTO Modifier and Type Method Description AuthModuleTO
AuthModuleService. read(@NotNull String key)
Returns the authentication module matching the given key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type AuthModuleTO Modifier and Type Method Description List<AuthModuleTO>
AuthModuleService. list()
Returns a list of authentication modules.Methods in org.apache.syncope.common.rest.api.service with parameters of type AuthModuleTO Modifier and Type Method Description javax.ws.rs.core.Response
AuthModuleService. create(@NotNull AuthModuleTO authModuleTO)
Create a new authentication module.void
AuthModuleService. update(@NotNull AuthModuleTO authModuleTO)
Updates authentication module matching the given key. -
Uses of AuthModuleTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return AuthModuleTO Modifier and Type Method Description AuthModuleTO
AuthModuleLogic. create(AuthModuleTO authModuleTO)
AuthModuleTO
AuthModuleLogic. delete(String key)
AuthModuleTO
AuthModuleLogic. read(String key)
protected AuthModuleTO
AuthModuleLogic. resolveReference(Method method, Object... args)
AuthModuleTO
AuthModuleLogic. update(AuthModuleTO authModuleTO)
Methods in org.apache.syncope.core.logic that return types with arguments of type AuthModuleTO Modifier and Type Method Description List<AuthModuleTO>
AuthModuleLogic. list()
Methods in org.apache.syncope.core.logic with parameters of type AuthModuleTO Modifier and Type Method Description AuthModuleTO
AuthModuleLogic. create(AuthModuleTO authModuleTO)
AuthModuleTO
AuthModuleLogic. update(AuthModuleTO authModuleTO)
-
Uses of AuthModuleTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return AuthModuleTO Modifier and Type Method Description AuthModuleTO
AuthModuleDataBinder. getAuthModuleTO(AuthModule authModule)
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthModuleTO Modifier and Type Method Description AuthModule
AuthModuleDataBinder. create(AuthModuleTO authModuleTO)
AuthModule
AuthModuleDataBinder. update(AuthModule authModule, AuthModuleTO authModuleTO)
-
Uses of AuthModuleTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return AuthModuleTO Modifier and Type Method Description AuthModuleTO
AuthModuleDataBinderImpl. getAuthModuleTO(AuthModule authModule)
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthModuleTO Modifier and Type Method Description AuthModule
AuthModuleDataBinderImpl. create(AuthModuleTO authModuleTO)
protected void
AuthModuleDataBinderImpl. populateItems(AuthModuleTO authModuleTO, AuthModule authModule)
protected void
AuthModuleDataBinderImpl. populateItems(AuthModule authModule, AuthModuleTO authModuleTO)
AuthModule
AuthModuleDataBinderImpl. update(AuthModule authModule, AuthModuleTO authModuleTO)
-
Uses of AuthModuleTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return AuthModuleTO Modifier and Type Method Description AuthModuleTO
AuthModuleServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type AuthModuleTO Modifier and Type Method Description List<AuthModuleTO>
AuthModuleServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type AuthModuleTO Modifier and Type Method Description javax.ws.rs.core.Response
AuthModuleServiceImpl. create(AuthModuleTO authModuleTO)
void
AuthModuleServiceImpl. update(AuthModuleTO authModuleTO)
-
Uses of AuthModuleTO in org.apache.syncope.wa.bootstrap.mapping
Methods in org.apache.syncope.wa.bootstrap.mapping with parameters of type AuthModuleTO Modifier and Type Method Description Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, AppleOIDCAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, AzureActiveDirectoryAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, AzureOIDCAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, DuoMfaAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, GoogleMfaAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, GoogleOIDCAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, JaasAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, JDBCAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, KeycloakOIDCAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, LDAPAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, OAuth20AuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, OIDCAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, OktaAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, SAML2IdPAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, SimpleMfaAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, SpnegoAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, StaticAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, SyncopeAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, U2FAuthModuleConf conf)
Map<String,Object>
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, X509AuthModuleConf conf)
protected void
AuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, org.apereo.cas.configuration.model.support.pac4j.oidc.BasePac4jOidcClientProperties props, AbstractOIDCAuthModuleConf conf)
-