Uses of Class
de.xima.fc.entities.ClientAuthenticator
-
Packages that use ClientAuthenticator 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.user de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.mdl.auth.config.view de.xima.fc.testhelper -
-
Uses of ClientAuthenticator in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
ClientAuthenticatorAPI. getByCallback(UserContext uc, UUID callbackUuid)
Finds the client authenticator by its callback UUID.ClientAuthenticator
ClientAuthenticatorAPI. getByUuid(UserContext uc, Mandant client, UUID uuid)
-
Uses of ClientAuthenticator in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
ClientAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)
ClientAuthenticator
ClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type ClientAuthenticator Modifier and Type Method Description protected IFCDaoActionHook<ClientAuthenticator>
ClientAuthenticatorDao. getPostActionHook()
protected IFCDaoActionHook<ClientAuthenticator>
ClientAuthenticatorDao. getPreActionHook()
Methods in de.xima.fc.dao.impl with parameters of type ClientAuthenticator Modifier and Type Method Description String
ClientAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude)
Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
ClientAuthenticatorDao. getEntityRefs(IEntityContext ec, ClientAuthenticator authenticator)
-
Uses of ClientAuthenticator in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
IClientAuthenticatorDao. getByCallback(IEntityContext ec, UUID callbackUuid)
Finds the client authenticator by its callback UUID.ClientAuthenticator
IClientAuthenticatorDao. getByUuid(IEntityContext ec, Mandant client, UUID uuid)
Methods in de.xima.fc.dao.interfaces with parameters of type ClientAuthenticator Modifier and Type Method Description String
IClientAuthenticatorDao. findUniqueName(IEntityContext ec, String candidate, Mandant client, ClientAuthenticator exclude)
Returns a name that is not taken by anotherClientAuthenticator
in the given client. -
Uses of ClientAuthenticator in de.xima.fc.entities
Fields in de.xima.fc.entities declared as ClientAuthenticator Modifier and Type Field Description protected ClientAuthenticator
AAuthenticatorConfig. clientAuthenticator
Methods in de.xima.fc.entities that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
ClientAuthenticatorFile. getBaseEntity()
ClientAuthenticator
AAuthenticatorConfig. getClientAuthenticator()
ClientAuthenticator
IndirectClientAuthorization. getClientAuthenticator()
ClientAuthenticator
UserIdentity. getClientAuthenticator()
Deprecated.UseUserIdentity.getClientDescriptor()
andIClientDescriptor.getAuthenticator()
instead.ClientAuthenticator
UserRefreshToken. getClientAuthenticator()
Methods in de.xima.fc.entities with parameters of type ClientAuthenticator Modifier and Type Method Description void
ClientAuthenticatorFile. setBaseEntity(ClientAuthenticator baseEntity)
void
AAuthenticatorConfig. setClientAuthenticator(ClientAuthenticator clientAuthenticator)
void
IndirectClientAuthorization. setClientAuthenticator(ClientAuthenticator clientAuthenticator)
Deprecated.void
UserIdentity. setClientAuthenticator(ClientAuthenticator clientAuthenticator)
Deprecated.void
UserRefreshToken. setClientAuthenticator(ClientAuthenticator clientAuthenticator)
-
Uses of ClientAuthenticator in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return ClientAuthenticator Modifier and Type Method Description protected ClientAuthenticator
ExternalUserClientBean. save(IEntityContext ec, ClientAuthenticator authenticator)
Methods in de.xima.fc.gui.bean.user that return types with arguments of type ClientAuthenticator Modifier and Type Method Description protected IGenericDao<ClientAuthenticator>
ExternalUserClientBean. getDao()
Methods in de.xima.fc.gui.bean.user with parameters of type ClientAuthenticator Modifier and Type Method Description protected void
ExternalUserClientBean. initNewSamlProps(ClientAuthenticator authenticator)
protected ClientAuthenticator
ExternalUserClientBean. save(IEntityContext ec, ClientAuthenticator authenticator)
-
Uses of ClientAuthenticator in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
ClientAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)
ClientAuthenticator
ClientAuthenticatorHandler. getByUuid(UserContext uc, Mandant client, UUID uuid)
-
Uses of ClientAuthenticator in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return ClientAuthenticator Modifier and Type Method Description ClientAuthenticator
IClientAuthenticatorHandler. getByCallback(UserContext uc, UUID callbackUuid)
Finds the client authenticator by its callback UUID.ClientAuthenticator
IClientAuthenticatorHandler. getByUuid(UserContext uc, Mandant client, UUID uuid)
-
Uses of ClientAuthenticator in de.xima.fc.mdl.auth.config.view
-
Uses of ClientAuthenticator in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return ClientAuthenticator Modifier and Type Method Description static ClientAuthenticator
EntityDummyFactory. dummyClientAuthenticator(String name, EAuthClientType clientType, Mandant client)
Methods in de.xima.fc.testhelper with parameters of type ClientAuthenticator Modifier and Type Method Description static ClientAuthenticatorFile
EntityDummyFactory. dummyClientAuthenticatorFile(String filename, byte[] data, ClientAuthenticator auth)
-