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 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.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.web.common.auth.wrapper
Classes in de.xima.fc.web.common.auth.wrapper with type parameters of type IAuthenticator Modifier and Type Class Description classFacebookWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrappe for an facebook authenticatorclassGoogleWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for an google authenticatorclassOAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>classOIDCWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>Wrapper for an openid connect authenticatorclassPluginWrapper<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<?>>>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 anIAuthenticatorWrapperby the givenIAuthenticatorentity 
 -