Uses of Class
de.xima.fc.entities.SystemAuthenticator
Packages that use SystemAuthenticator
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of SystemAuthenticator in de.xima.fc.api.entity
Subclasses with type arguments of type SystemAuthenticator in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingSystemAuthenticatorentities.Methods in de.xima.fc.api.entity that return SystemAuthenticatorModifier and TypeMethodDescriptionSystemAuthenticatorAPI.getByCallback(UserContext uc, UUID callbackUuid) Finds the system authenticator by its callback UUID.SystemAuthenticatorAPI.getByUuid(UserContext uc, UUID uuid) -
Uses of SystemAuthenticator in de.xima.fc.dao.impl
Subclasses with type arguments of type SystemAuthenticator in de.xima.fc.dao.implModifier and TypeClassDescriptionclassThe default implementation ofISystemAuthenticatorDaothat can be accessed viaDaoProvider.Methods in de.xima.fc.dao.impl that return SystemAuthenticatorModifier and TypeMethodDescriptionSystemAuthenticatorDao.getByCallback(IEntityContext ec, UUID callbackUuid) SystemAuthenticatorDao.getByUuid(IEntityContext ec, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type SystemAuthenticatorModifier and TypeMethodDescriptionprotected IFCDaoActionHook<SystemAuthenticator> SystemAuthenticatorDao.getPostActionHook()protected IFCDaoActionHook<SystemAuthenticator> SystemAuthenticatorDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type SystemAuthenticatorModifier and TypeMethodDescriptionSystemAuthenticatorDao.findUniqueName(IEntityContext ec, String candidate, SystemAuthenticator exclude) SystemAuthenticatorDao.getEntityRefs(IEntityContext ec, SystemAuthenticator authenticator) -
Uses of SystemAuthenticator in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type SystemAuthenticator in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return SystemAuthenticatorModifier and TypeMethodDescriptionISystemAuthenticatorDao.getByCallback(IEntityContext ec, UUID callbackUuid) Finds the system authenticator by its callback UUID.ISystemAuthenticatorDao.getByUuid(IEntityContext ec, UUID uuid) Methods in de.xima.fc.dao.interfaces with parameters of type SystemAuthenticatorModifier and TypeMethodDescriptionISystemAuthenticatorDao.findUniqueName(IEntityContext ec, String candidate, SystemAuthenticator exclude) Returns a name that is not taken by anotherSystemAuthenticatorwithin the system. -
Uses of SystemAuthenticator in de.xima.fc.entities
Subclasses with type arguments of type SystemAuthenticator in de.xima.fc.entitiesModifier and TypeClassDescriptionclassclassImplementation of the localizations forSystemAuthenticatorentities.Classes in de.xima.fc.entities that implement interfaces with type arguments of type SystemAuthenticatorModifier and TypeClassDescriptionclassEntity model for user authenticators in system scopeclassFields in de.xima.fc.entities declared as SystemAuthenticatorModifier and TypeFieldDescriptionprotected SystemAuthenticatorAAuthenticatorConfig.systemAuthenticatorMethods in de.xima.fc.entities that return SystemAuthenticatorModifier and TypeMethodDescriptionSystemAuthenticatorFile.getBaseEntity()UserEmail.getOrigin()AAuthenticatorConfig.getSystemAuthenticator()IndirectClientAuthorization.getSystemAuthenticator()UserIdentity.getSystemAuthenticator()Deprecated.UserRefreshToken.getSystemAuthenticator()Methods in de.xima.fc.entities with parameters of type SystemAuthenticatorModifier and TypeMethodDescriptionvoidSystemAuthenticatorFile.setBaseEntity(SystemAuthenticator baseEntity) voidUserEmail.setOrigin(SystemAuthenticator origin) voidAAuthenticatorConfig.setSystemAuthenticator(SystemAuthenticator systemAuthenticator) voidIndirectClientAuthorization.setSystemAuthenticator(SystemAuthenticator systemAuthenticator) Deprecated.voidUserIdentity.setSystemAuthenticator(SystemAuthenticator systemAuthenticator) Deprecated.voidUserRefreshToken.setSystemAuthenticator(SystemAuthenticator systemAuthenticator) -
Uses of SystemAuthenticator in de.xima.fc.gui.bean.settings
Subclasses with type arguments of type SystemAuthenticator in de.xima.fc.gui.bean.settingsMethods in de.xima.fc.gui.bean.settings that return SystemAuthenticatorModifier and TypeMethodDescriptionprotected SystemAuthenticatorExternalUserSystemBean.save(IEntityContext ec, SystemAuthenticator authenticator) Methods in de.xima.fc.gui.bean.settings that return types with arguments of type SystemAuthenticatorModifier and TypeMethodDescriptionprotected IGenericDao<SystemAuthenticator> ExternalUserSystemBean.getDao()Methods in de.xima.fc.gui.bean.settings with parameters of type SystemAuthenticatorModifier and TypeMethodDescriptionprotected voidExternalUserSystemBean.initNewSamlProps(SystemAuthenticator authenticator) protected SystemAuthenticatorExternalUserSystemBean.save(IEntityContext ec, SystemAuthenticator authenticator) -
Uses of SystemAuthenticator in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return SystemAuthenticatorModifier and TypeMethodDescriptionSystemAuthenticatorHandler.getByCallback(UserContext uc, UUID callbackUuid) SystemAuthenticatorHandler.getByUuid(UserContext uc, UUID uuid) -
Uses of SystemAuthenticator in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return SystemAuthenticatorModifier and TypeMethodDescriptionISystemAuthenticatorHandler.getByCallback(UserContext uc, UUID callbackUuid) Finds the system authenticator by its callback UUID.ISystemAuthenticatorHandler.getByUuid(UserContext uc, UUID uuid) -
Uses of SystemAuthenticator in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return SystemAuthenticatorModifier and TypeMethodDescriptionstatic SystemAuthenticatorEntityDummyFactory.dummySystemAuthenticator(String name, EAuthClientType clientType) Methods in de.xima.fc.testhelper with parameters of type SystemAuthenticatorModifier and TypeMethodDescriptionstatic SystemAuthenticatorFileEntityDummyFactory.dummySystemAuthenticatorFile(String filename, byte[] data, SystemAuthenticator auth) static UserIdentityEntityDummyFactory.dummyUserIdentity(SystemAuthenticator auth, String identifier)
UserIdentity.getClientDescriptor()andIClientDescriptor.getAuthenticator()instead.