Uses of Interface
de.xima.fc.entities.interfaces.IAuthenticator
-
Packages that use IAuthenticator Package Description de.xima.fc.entities Package für Datenbankentitätende.xima.fc.entities.interfaces Interfaces für Datenbankentitätende.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.web.common.auth.wrapper -
-
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.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.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
FacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrappe for an facebook authenticatorclass
GoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an google authenticatorclass
OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
class
OIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
Wrapper for an openid connect authenticatorclass
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<?>>>
Wrapper for an saml authenticatorMethods in de.xima.fc.web.common.auth.wrapper with parameters of type IAuthenticator Modifier and Type Method Description static IAuthenticatorWrapper<?>
AuthWrapperFactory. createWrapper(IAuthenticator<?> auth)
Creats anIAuthenticatorWrapper
by the givenIAuthenticator
entity
-