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 SystemAuthenticator
SystemAuthenticatorAPI. getByCallback(UserContext uc, UUID callbackUuid)
Finds the system authenticator by its callback UUID.SystemAuthenticator
SystemAuthenticatorAPI. 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 SystemAuthenticator
SystemAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)
SystemAuthenticator
SystemAuthenticatorDao. 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 String
SystemAuthenticatorDao. 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 SystemAuthenticator
ISystemAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)
Finds the system authenticator by its callback UUID.SystemAuthenticator
ISystemAuthenticatorDao. getByUuid(IEntityContext ec, UUID uuid)
Methods in de.xima.fc.dao.interfaces with parameters of type SystemAuthenticator Modifier and Type Method Description String
ISystemAuthenticatorDao. 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 SystemAuthenticator Modifier and Type Field Description protected SystemAuthenticator
AAuthenticatorConfig. systemAuthenticator
Methods in de.xima.fc.entities that return SystemAuthenticator Modifier and Type Method Description SystemAuthenticator
SystemAuthenticatorFile. getBaseEntity()
SystemAuthenticator
UserEmail. getOrigin()
SystemAuthenticator
AAuthenticatorConfig. getSystemAuthenticator()
SystemAuthenticator
IndirectClientAuthorization. getSystemAuthenticator()
SystemAuthenticator
UserIdentity. getSystemAuthenticator()
Deprecated.UseUserIdentity.getClientDescriptor()
andIClientDescriptor.getAuthenticator()
instead.SystemAuthenticator
UserRefreshToken. getSystemAuthenticator()
Methods in de.xima.fc.entities with parameters of type SystemAuthenticator Modifier and Type Method Description void
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.void
UserRefreshToken. setSystemAuthenticator(SystemAuthenticator systemAuthenticator)
-
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 SystemAuthenticator
ExternalUserSystemBean. 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 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 SystemAuthenticator Modifier and Type Method Description SystemAuthenticator
SystemAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)
SystemAuthenticator
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 SystemAuthenticator Modifier and Type Method Description SystemAuthenticator
ISystemAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)
Finds the system authenticator by its callback UUID.SystemAuthenticator
ISystemAuthenticatorHandler. 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 SystemAuthenticator
EntityDummyFactory. dummySystemAuthenticator(String name, EAuthClientType clientType)
Methods in de.xima.fc.testhelper with parameters of type SystemAuthenticator Modifier and Type Method Description static SystemAuthenticatorFile
EntityDummyFactory. dummySystemAuthenticatorFile(String filename, byte[] data, SystemAuthenticator auth)
static UserIdentity
EntityDummyFactory. dummyUserIdentity(SystemAuthenticator auth, String identifier)
-