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
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
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
Methods 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 anotherSystemAuthenticator
within the system. -
Uses of SystemAuthenticator in de.xima.fc.entities
Fields in de.xima.fc.entities declared as SystemAuthenticatorModifier and TypeFieldDescriptionprotected SystemAuthenticator
AAuthenticatorConfig.systemAuthenticator
Methods in de.xima.fc.entities that return SystemAuthenticatorModifier and TypeMethodDescriptionSystemAuthenticatorFile.getBaseEntity()
UserEmail.getOrigin()
AAuthenticatorConfig.getSystemAuthenticator()
IndirectClientAuthorization.getSystemAuthenticator()
UserIdentity.getSystemAuthenticator()
Methods in de.xima.fc.entities with parameters of type SystemAuthenticatorModifier and TypeMethodDescriptionvoid
SystemAuthenticatorFile.setBaseEntity
(SystemAuthenticator baseEntity) void
UserEmail.setOrigin
(SystemAuthenticator origin) void
AAuthenticatorConfig.setSystemAuthenticator
(SystemAuthenticator systemAuthenticator) void
IndirectClientAuthorization.setSystemAuthenticator
(SystemAuthenticator systemAuthenticator) Deprecated.void
UserIdentity.setSystemAuthenticator
(SystemAuthenticator systemAuthenticator) Deprecated. -
Uses of SystemAuthenticator in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return SystemAuthenticatorModifier and TypeMethodDescriptionprotected SystemAuthenticator
ExternalUserSystemBean.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 void
ExternalUserSystemBean.initNewSamlProps
(SystemAuthenticator authenticator) protected SystemAuthenticator
ExternalUserSystemBean.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 SystemAuthenticator
EntityDummyFactory.dummySystemAuthenticator
(String name, EAuthClientType clientType) Methods in de.xima.fc.testhelper with parameters of type SystemAuthenticatorModifier and TypeMethodDescriptionstatic SystemAuthenticatorFile
EntityDummyFactory.dummySystemAuthenticatorFile
(String filename, byte[] data, SystemAuthenticator auth) static UserIdentity
EntityDummyFactory.dummyUserIdentity
(SystemAuthenticator auth, String identifier)
IndirectClientAuthorization.setAuthenticator(IAuthenticator)
instead.