Uses of Class
org.apache.syncope.common.lib.to.AuthModuleTO
Package
Description
-
Uses of AuthModuleTO in org.apache.syncope.client.console.panels
Modifier and TypeMethodDescriptionAuthModuleDirectoryPanel.getActions
(IModel<AuthModuleTO> model) protected List
<IColumn<AuthModuleTO, String>> AuthModuleDirectoryPanel.getColumns()
AuthModuleDirectoryPanel.AuthModuleProvider.iterator
(long first, long count) AuthModuleDirectoryPanel.AuthModuleProvider.model
(AuthModuleTO object) Modifier and TypeMethodDescriptionAuthModuleDirectoryPanel.AuthModuleProvider.model
(AuthModuleTO object) Modifier and TypeMethodDescriptionAuthModuleDirectoryPanel.getActions
(IModel<AuthModuleTO> model) -
Uses of AuthModuleTO in org.apache.syncope.client.console.rest
Modifier and TypeMethodDescriptionvoid
AuthModuleRestClient.create
(AuthModuleTO authModuleTO) void
AuthModuleRestClient.update
(AuthModuleTO authModuleTO) -
Uses of AuthModuleTO in org.apache.syncope.client.console.wizards
Modifier and TypeMethodDescriptionprotected WizardModel
AuthModuleWizardBuilder.buildModelSteps
(AuthModuleTO modelObject, WizardModel wizardModel) protected Serializable
AuthModuleWizardBuilder.onApplyInternal
(AuthModuleTO modelObject) ModifierConstructorDescriptionAuthModuleWizardBuilder
(AuthModuleTO defaultItem, AuthModuleRestClient authModuleRestClient, PageReference pageRef) -
Uses of AuthModuleTO in org.apache.syncope.client.console.wizards.mapping
-
Uses of AuthModuleTO in org.apache.syncope.common.lib.auth
Modifier and TypeMethodDescriptionAppleOIDCAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) AuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, AppleOIDCAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, AzureActiveDirectoryAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, AzureOIDCAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, DuoMfaAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, GoogleMfaAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, GoogleOIDCAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, JaasAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, JDBCAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, KeycloakOIDCAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, LDAPAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, OAuth20AuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, OIDCAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, OktaAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, SAML2IdPAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, SimpleMfaAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, SpnegoAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, StaticAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, SyncopeAuthModuleConf conf) AuthModuleConf.Mapper.map
(AuthModuleTO authModule, X509AuthModuleConf conf) AzureActiveDirectoryAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) AzureOIDCAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) DuoMfaAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) GoogleMfaAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) GoogleOIDCAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) JaasAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) JDBCAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) KeycloakOIDCAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) LDAPAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) OAuth20AuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) OIDCAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) OktaAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) SAML2IdPAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) SimpleMfaAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) SpnegoAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) StaticAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) SyncopeAuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) X509AuthModuleConf.map
(AuthModuleTO authModule, AuthModuleConf.Mapper mapper) -
Uses of AuthModuleTO in org.apache.syncope.common.lib.wa
-
Uses of AuthModuleTO in org.apache.syncope.common.rest.api.service
Modifier and TypeMethodDescriptionReturns the authentication module matching the given key.Modifier and TypeMethodDescriptionAuthModuleService.list()
Returns a list of authentication modules.Modifier and TypeMethodDescriptionAuthModuleService.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
Modifier and TypeMethodDescriptionAuthModuleLogic.create
(AuthModuleTO authModuleTO) protected AuthModuleTO
AuthModuleLogic.resolveReference
(Method method, Object... args) AuthModuleLogic.update
(AuthModuleTO authModuleTO) Modifier and TypeMethodDescriptionAuthModuleLogic.create
(AuthModuleTO authModuleTO) AuthModuleLogic.update
(AuthModuleTO authModuleTO) -
Uses of AuthModuleTO in org.apache.syncope.core.provisioning.api.data
Modifier and TypeMethodDescriptionAuthModuleDataBinder.create
(AuthModuleTO authModuleTO) AuthModuleDataBinder.update
(AuthModule authModule, AuthModuleTO authModuleTO) -
Uses of AuthModuleTO in org.apache.syncope.core.provisioning.java.data
Modifier and TypeMethodDescriptionAuthModuleDataBinderImpl.getAuthModuleTO
(AuthModule authModule) Modifier and TypeMethodDescriptionAuthModuleDataBinderImpl.create
(AuthModuleTO authModuleTO) protected void
AuthModuleDataBinderImpl.populateItems
(AuthModuleTO authModuleTO, AuthModule authModule) protected void
AuthModuleDataBinderImpl.populateItems
(AuthModule authModule, AuthModuleTO authModuleTO) AuthModuleDataBinderImpl.update
(AuthModule authModule, AuthModuleTO authModuleTO) -
Uses of AuthModuleTO in org.apache.syncope.core.rest.cxf.service
Modifier and TypeMethodDescriptionAuthModuleServiceImpl.create
(AuthModuleTO authModuleTO) void
AuthModuleServiceImpl.update
(AuthModuleTO authModuleTO) -
Uses of AuthModuleTO in org.apache.syncope.wa.bootstrap.mapping
Modifier and TypeMethodDescriptionAuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, AppleOIDCAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, AzureActiveDirectoryAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, AzureOIDCAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, DuoMfaAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, GoogleMfaAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, GoogleOIDCAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, JaasAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, JDBCAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, KeycloakOIDCAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, LDAPAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, OAuth20AuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, OIDCAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, OktaAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, SAML2IdPAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, SimpleMfaAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, SpnegoAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, StaticAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, SyncopeAuthModuleConf conf) AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, X509AuthModuleConf conf) protected void
AuthModulePropertySourceMapper.map
(AuthModuleTO authModuleTO, org.apereo.cas.configuration.model.support.pac4j.oidc.BasePac4jOidcClientProperties props, AbstractOIDCAuthModuleConf conf)