Uses of Class
de.xima.fc.entities.SystemAuthenticator
-
Packages that use SystemAuthenticator Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.settings de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.testhelper -
-
Uses of SystemAuthenticator in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticatorSystemAuthenticatorAPI. getByCallback(UserContext uc, UUID callbackUuid)Finds the system authenticator by its callback UUID.SystemAuthenticatorSystemAuthenticatorAPI. getByUuid(UserContext uc, UUID uuid) -
Uses of SystemAuthenticator in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticatorSystemAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)SystemAuthenticatorSystemAuthenticatorDao. getByUuid(IEntityContext ec, UUID uuid)Methods in de.xima.fc.dao.impl that return types with arguments of type SystemAuthenticator Modifier and Type Method Description protected IFCDaoActionHook<SystemAuthenticator>SystemAuthenticatorDao. getPostActionHook()protected IFCDaoActionHook<SystemAuthenticator>SystemAuthenticatorDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type SystemAuthenticator Modifier and Type Method Description StringSystemAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, SystemAuthenticator exclude)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>SystemAuthenticatorDao. getEntityRefs(IEntityContext ec, SystemAuthenticator authenticator) -
Uses of SystemAuthenticator in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticatorISystemAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)Finds the system authenticator by its callback UUID.SystemAuthenticatorISystemAuthenticatorDao. getByUuid(IEntityContext ec, UUID uuid)Methods in de.xima.fc.dao.interfaces with parameters of type SystemAuthenticator Modifier and Type Method Description StringISystemAuthenticatorDao. 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
Fields in de.xima.fc.entities declared as SystemAuthenticator Modifier and Type Field Description protected SystemAuthenticatorAAuthenticatorConfig. systemAuthenticatorMethods in de.xima.fc.entities that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticatorSystemAuthenticatorFile. getBaseEntity()SystemAuthenticatorUserEmail. getOrigin()SystemAuthenticatorAAuthenticatorConfig. getSystemAuthenticator()SystemAuthenticatorIndirectClientAuthorization. getSystemAuthenticator()SystemAuthenticatorUserIdentity. getSystemAuthenticator()Methods in de.xima.fc.entities with parameters of type SystemAuthenticator Modifier and Type Method Description voidSystemAuthenticatorFile. setBaseEntity(SystemAuthenticator baseEntity)voidUserEmail. setOrigin(SystemAuthenticator origin)voidAAuthenticatorConfig. setSystemAuthenticator(SystemAuthenticator systemAuthenticator)voidIndirectClientAuthorization. setSystemAuthenticator(SystemAuthenticator systemAuthenticator)Deprecated.voidUserIdentity. setSystemAuthenticator(SystemAuthenticator systemAuthenticator)Deprecated. -
Uses of SystemAuthenticator in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return SystemAuthenticator Modifier and Type Method Description protected SystemAuthenticatorExternalUserSystemBean. save(IEntityContext ec, SystemAuthenticator authenticator)Methods in de.xima.fc.gui.bean.settings that return types with arguments of type SystemAuthenticator Modifier and Type Method Description protected IGenericDao<SystemAuthenticator>ExternalUserSystemBean. getDao()Methods in de.xima.fc.gui.bean.settings with parameters of type SystemAuthenticator Modifier and Type Method Description protected 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 SystemAuthenticator Modifier and Type Method Description SystemAuthenticatorSystemAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)SystemAuthenticatorSystemAuthenticatorHandler. 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 SystemAuthenticator Modifier and Type Method Description SystemAuthenticatorISystemAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)Finds the system authenticator by its callback UUID.SystemAuthenticatorISystemAuthenticatorHandler. getByUuid(UserContext uc, UUID uuid) -
Uses of SystemAuthenticator in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return SystemAuthenticator Modifier and Type Method Description static SystemAuthenticatorEntityDummyFactory. dummySystemAuthenticator(String name, EAuthClientType clientType)Methods in de.xima.fc.testhelper with parameters of type SystemAuthenticator Modifier and Type Method Description static SystemAuthenticatorFileEntityDummyFactory. dummySystemAuthenticatorFile(String filename, byte[] data, SystemAuthenticator auth)static UserIdentityEntityDummyFactory. dummyUserIdentity(SystemAuthenticator auth, String identifier)
-