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 AuthModuleTOAuthModuleRestClient. 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 voidAuthModuleRestClient. create(AuthModuleTO authModuleTO)voidAuthModuleRestClient. 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 WizardModelAuthModuleWizardBuilder. buildModelSteps(AuthModuleTO modelObject, WizardModel wizardModel)protected SerializableAuthModuleWizardBuilder. 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 AuthModuleTOAuthModuleService. 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.ResponseAuthModuleService. create(@NotNull AuthModuleTO authModuleTO)Create a new authentication module.voidAuthModuleService. 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 AuthModuleTOAuthModuleLogic. create(AuthModuleTO authModuleTO)AuthModuleTOAuthModuleLogic. delete(String key)AuthModuleTOAuthModuleLogic. read(String key)protected AuthModuleTOAuthModuleLogic. resolveReference(Method method, Object... args)AuthModuleTOAuthModuleLogic. 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 AuthModuleTOAuthModuleLogic. create(AuthModuleTO authModuleTO)AuthModuleTOAuthModuleLogic. 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 AuthModuleTOAuthModuleDataBinder. getAuthModuleTO(AuthModule authModule)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type AuthModuleTO Modifier and Type Method Description AuthModuleAuthModuleDataBinder. create(AuthModuleTO authModuleTO)AuthModuleAuthModuleDataBinder. 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 AuthModuleTOAuthModuleDataBinderImpl. getAuthModuleTO(AuthModule authModule)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type AuthModuleTO Modifier and Type Method Description AuthModuleAuthModuleDataBinderImpl. create(AuthModuleTO authModuleTO)protected voidAuthModuleDataBinderImpl. populateItems(AuthModuleTO authModuleTO, AuthModule authModule)protected voidAuthModuleDataBinderImpl. populateItems(AuthModule authModule, AuthModuleTO authModuleTO)AuthModuleAuthModuleDataBinderImpl. 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 AuthModuleTOAuthModuleServiceImpl. 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.ResponseAuthModuleServiceImpl. create(AuthModuleTO authModuleTO)voidAuthModuleServiceImpl. 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 voidAuthModulePropertySourceMapper. map(AuthModuleTO authModuleTO, org.apereo.cas.configuration.model.support.pac4j.oidc.BasePac4jOidcClientProperties props, AbstractOIDCAuthModuleConf conf)
-