Uses of Interface
de.xima.fc.entities.interfaces.IAuthenticator
-
Packages that use IAuthenticator Package Description de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.xima.fc.form.helper de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.interfaces.auth de.xima.fc.interfaces.plugin.param.auth de.xima.fc.mdl.auth.config de.xima.fc.mdl.auth.config.view de.xima.fc.plugin.interfaces.auth de.xima.fc.plugin.models.params.auth de.xima.fc.testhelper de.xima.fc.web.common.auth.wrapper -
-
Uses of IAuthenticator in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return IAuthenticator Modifier and Type Method Description IAuthenticator<?>AuthenticationAPI. getAuthenticator(UserContext uc, UUID callbackUuid)Returns the authenticator with the given callback UUID. -
Uses of IAuthenticator in de.xima.fc.entities
Classes in de.xima.fc.entities that implement IAuthenticator Modifier and Type Class Description classAAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Abstract base class for user authenticatorsclassClientAuthenticatorEntity model for user authenticators inMandantscopeclassSystemAuthenticatorEntity model for user authenticators in system scopeMethods in de.xima.fc.entities that return IAuthenticator Modifier and Type Method Description IAuthenticator<?>AAuthenticatorConfig. getAuthenticator()Methods in de.xima.fc.entities with parameters of type IAuthenticator Modifier and Type Method Description voidAAuthenticatorConfig. setAuthenticator(IAuthenticator<?> authenticator)Constructors in de.xima.fc.entities with parameters of type IAuthenticator Constructor Description ProjectAuthenticatorConfig(IAuthenticator<?> authenticator, Projekt project)ProjectAuthenticatorConfig(IAuthenticator<?> authenticator, Projekt project, Map<String,String> attributes)WorkflowStateAuthenticatorConfig(WorkflowState workflowState, IAuthenticator<?> authenticator, Map<String,String> attributes) -
Uses of IAuthenticator in de.xima.fc.entities.interfaces
Methods in de.xima.fc.entities.interfaces that return IAuthenticator Modifier and Type Method Description IAuthenticator<?>IAuthenticatorConfig. getAuthenticator() -
Uses of IAuthenticator in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type IAuthenticator Modifier and Type Method Description static StringURLHelper. getAuthCallbackUrl(String baseUrl, IAuthenticator<?> authenticator) -
Uses of IAuthenticator in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system that return IAuthenticator Modifier and Type Method Description IAuthenticator<?>IAuthenticationHandler. getAuthenticator(UserContext uc, UUID callbackUuid)Returns the authenticator with the given callback UUID. -
Uses of IAuthenticator in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system that return IAuthenticator Modifier and Type Method Description IAuthenticator<?>AuthenticationHandler. getAuthenticator(UserContext uc, UUID callbackUuid) -
Uses of IAuthenticator in de.xima.fc.interfaces.auth
Classes in de.xima.fc.interfaces.auth with type parameters of type IAuthenticator Modifier and Type Interface Description interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Interface for authenticator wrappers -
Uses of IAuthenticator in de.xima.fc.interfaces.plugin.param.auth
Classes in de.xima.fc.interfaces.plugin.param.auth with type parameters of type IAuthenticator Modifier and Type Interface Description interfaceIPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Interface for parameters for a authenticator type plugin to create a client with -
Uses of IAuthenticator in de.xima.fc.mdl.auth.config
Methods in de.xima.fc.mdl.auth.config that return IAuthenticator Modifier and Type Method Description IAuthenticator<?>VirtualAuthenticatorConfig. getAuthenticator() -
Uses of IAuthenticator in de.xima.fc.mdl.auth.config.view
Methods in de.xima.fc.mdl.auth.config.view with parameters of type IAuthenticator Modifier and Type Method Description static BaseConfigViewModelBaseConfigViewModel. forAuth(IAuthenticator<?> authenticator) -
Uses of IAuthenticator in de.xima.fc.plugin.interfaces.auth
Method parameters in de.xima.fc.plugin.interfaces.auth with type arguments of type IAuthenticator Modifier and Type Method Description IPluginFormAuthenticatorRetValIPluginAuthenticatorType. buildFormAuthClient(IPluginFormAuthenticatorParams<? extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> IPluginClientParams)Method to build an client for the authentication for the request of a protected form. -
Uses of IAuthenticator in de.xima.fc.plugin.models.params.auth
Classes in de.xima.fc.plugin.models.params.auth with type parameters of type IAuthenticator Modifier and Type Class Description classPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> -
Uses of IAuthenticator in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper with parameters of type IAuthenticator Modifier and Type Method Description static ProjectAuthenticatorConfigEntityDummyFactory. dummyProjectAuthenticatorConfig(Projekt project, IAuthenticator<?> auth) -
Uses of IAuthenticator in de.xima.fc.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper with type parameters of type IAuthenticator Modifier and Type Class Description classAzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.classPluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for a plugin authenticatorclassSAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>Deprecated.Will be replaced by properties model in modulefc-securityin version 8.0.0.Methods in de.xima.fc.web.common.auth.wrapper with parameters of type IAuthenticator Modifier and Type Method Description static IAuthenticatorWrapper<?>AuthWrapperFactory. createWrapper(IAuthenticator<?> auth)Deprecated.Creats anIAuthenticatorWrapperby the givenIAuthenticatorentitystatic org.pac4j.core.http.callback.CallbackUrlResolverAuthWrapperHelper. getCallbackUrlResolver(IAuthenticator<?> auth)Deprecated.
-