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 class
AAuthenticator<T extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
Abstract base class for user authenticatorsclass
ClientAuthenticator
Entity model for user authenticators inMandant
scopeclass
SystemAuthenticator
Entity 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 void
AAuthenticatorConfig. 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 String
URLHelper. 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 interface
IAuthenticatorWrapper<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 interface
IPluginFormAuthenticatorParams<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 BaseConfigViewModel
BaseConfigViewModel. 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 IPluginFormAuthenticatorRetVal
IPluginAuthenticatorType. 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 class
PluginFormAuthenticatorParams<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 ProjectAuthenticatorConfig
EntityDummyFactory. 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 class
AzureAdWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Deprecated.Will be replaced by properties model in modulefc-security
in version 8.0.0.class
PluginWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for a plugin authenticatorclass
SAMLWrapper<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-security
in 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 anIAuthenticatorWrapper
by the givenIAuthenticator
entitystatic org.pac4j.core.http.callback.CallbackUrlResolver
AuthWrapperHelper. getCallbackUrlResolver(IAuthenticator<?> auth)
Deprecated.
-