Uses of Class
de.xima.fc.entities.UserIdentity
-
Packages that use UserIdentity Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.system Package for API access to system configuration.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.gui.common.bean.profile de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.mail.utils de.xima.fc.security.helper de.xima.fc.security.interfaces.logic de.xima.fc.testhelper de.xima.fc.testhelper.security.pac4j -
-
Uses of UserIdentity in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return UserIdentity Modifier and Type Method Description UserIdentityUserIdentityAPI. getByCallback(UserContext uc, String identifier, String clientName)Finds the user identity by the given callback information.UserIdentityUserIdentityAPI. getByRemovalUuid(UserContext uc, UUID removalUuid)Finds the user identity with the given removal UUID.UserIdentityUserIdentityAPI. getExisting(UserContext uc, UserIdentity identity)Gets another user identity with the same identifier information (client/identifier) if it exists.Methods in de.xima.fc.api.entity with parameters of type UserIdentity Modifier and Type Method Description UserIdentityUserIdentityAPI. getExisting(UserContext uc, UserIdentity identity)Gets another user identity with the same identifier information (client/identifier) if it exists.booleanUserIdentityAPI. isExisting(UserContext uc, UserIdentity identity)Checks whether or not another user identity exists with the same identifier information (client/identifier). -
Uses of UserIdentity in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type UserIdentity Modifier and Type Method Description booleanMailAPI. sendUserIdentityConnectedMail(UserContext uc, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl)Sends a mail informing the user profile owner about the connection of a newaccountwith the option to remove the account.booleanMailAPI. sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl)Sends a mail with a link to remove the given user identity to the primaryUserEmailof the identity's profile. -
Uses of UserIdentity in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return UserIdentity Modifier and Type Method Description UserIdentityUserIdentityDao. getByCallback(IEntityContext ec, String identifier, String clientName)UserIdentityUserIdentityDao. getByUuid(IEntityContext ec, String uuid)UserIdentityUserIdentityDao. getByUuid(IEntityContext ec, UUID uuid)UserIdentityUserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)Methods in de.xima.fc.dao.impl that return types with arguments of type UserIdentity Modifier and Type Method Description List<UserIdentity>UserIdentityDao. getByClientName(IEntityContext ec, String clientName)protected IFCDaoActionHook<UserIdentity>UserIdentityDao. getPostActionHook()protected IFCDaoActionHook<UserIdentity>UserIdentityDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type UserIdentity Modifier and Type Method Description voidUserIdentityDao. assertUserIdentity(IEntityContext ec, UserIdentity identity)Set<de.xima.cmn.dao.interfaces.IEntity<Long>>UserIdentityDao. getEntityRefs(IEntityContext ec, UserIdentity entity)UserIdentityUserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)booleanUserIdentityDao. isExisting(IEntityContext ec, UserIdentity identity) -
Uses of UserIdentity in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return UserIdentity Modifier and Type Method Description UserIdentityIUserIdentityDao. getByCallback(IEntityContext ec, String identifier, String clientName)Finds the user identity by the given callback information.UserIdentityIUserIdentityDao. getByUuid(IEntityContext ec, String uuid)Finds the user identity with the given UUID.UserIdentityIUserIdentityDao. getByUuid(IEntityContext ec, UUID uuid)Finds the user identity with the given UUID.UserIdentityIUserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)Gets another user identity with the same identifier information (client/identifier) if it exists.Methods in de.xima.fc.dao.interfaces that return types with arguments of type UserIdentity Modifier and Type Method Description List<UserIdentity>IUserIdentityDao. getByClientName(IEntityContext ec, String clientName)Returns all user identities that use the client with the provided name.Methods in de.xima.fc.dao.interfaces with parameters of type UserIdentity Modifier and Type Method Description voidIUserIdentityDao. assertUserIdentity(IEntityContext ec, UserIdentity identity)Checks if the user identity can be persisted (create/update).UserIdentityIUserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)Gets another user identity with the same identifier information (client/identifier) if it exists.booleanIUserIdentityDao. isExisting(IEntityContext ec, UserIdentity identity)Checks whether or not another user identity exists with the same identifier information (client/identifier). -
Uses of UserIdentity in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserIdentity Modifier and Type Method Description UserIdentityUserProfile. getUserIdentity(String identifier, IClientDescriptor clientDescriptor)Methods in de.xima.fc.entities that return types with arguments of type UserIdentity Modifier and Type Method Description List<UserIdentity>UserProfile. getUserIdentities()Methods in de.xima.fc.entities with parameters of type UserIdentity Modifier and Type Method Description booleanUserProfile. addUserIdentity(UserIdentity identity)booleanUserProfile. removeUserIdentity(UserIdentity identity)Method parameters in de.xima.fc.entities with type arguments of type UserIdentity Modifier and Type Method Description voidUserProfile. setUserIdentities(List<UserIdentity> userIdentities) -
Uses of UserIdentity in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type UserIdentity Modifier and Type Method Description List<UserIdentity>ClientAuthorizationBean. getUserIdentities(IEntityClientAuthorization authorization)List<UserIdentity>UserProfileAdministrationBean. getVerifiedUserIdentities(UserProfile profile) -
Uses of UserIdentity in de.xima.fc.gui.common.bean.profile
Methods in de.xima.fc.gui.common.bean.profile with parameters of type UserIdentity Modifier and Type Method Description booleanUserIdentityPanelBean. canBeDeleted(UserIdentity identity)StringUserIdentityPanelBean. getClientDisplayName(UserIdentity identity)voidUserIdentityPanelBean. removeIdentity(UserIdentity identity, BiConsumer<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> profileUpdatedCallback)voidUserIdentityPanelBean. removeUserIdentityDirectly(UserIdentity identity, BiConsumer<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> profileUpdatedCallback) -
Uses of UserIdentity in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return UserIdentity Modifier and Type Method Description UserIdentityUserIdentityHandler. getByCallback(UserContext uc, String identitfier, String clientName)UserIdentityUserIdentityHandler. getByRemovalUuid(UserContext uc, UUID removalUuid)UserIdentityUserIdentityHandler. getExisting(UserContext uc, UserIdentity identity)Methods in de.xima.fc.handler.entity with parameters of type UserIdentity Modifier and Type Method Description UserIdentityUserIdentityHandler. getExisting(UserContext uc, UserIdentity identity)booleanUserIdentityHandler. isExisting(UserContext uc, UserIdentity identity) -
Uses of UserIdentity in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return UserIdentity Modifier and Type Method Description UserIdentityIUserIdentityHandler. getByCallback(UserContext uc, String identifier, String clientName)Finds the user identity by the given callback information.UserIdentityIUserIdentityHandler. getByRemovalUuid(UserContext uc, UUID removalUuid)Finds the user identity with the given removal UUID.UserIdentityIUserIdentityHandler. getExisting(UserContext uc, UserIdentity identity)Gets another user identity with the same identifier information (client/identifier) if it exists.Methods in de.xima.fc.handler.interfaces.entity with parameters of type UserIdentity Modifier and Type Method Description UserIdentityIUserIdentityHandler. getExisting(UserContext uc, UserIdentity identity)Gets another user identity with the same identifier information (client/identifier) if it exists.booleanIUserIdentityHandler. isExisting(UserContext uc, UserIdentity identity)Checks whether or not another user identity exists with the same identifier information (client/identifier). -
Uses of UserIdentity in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type UserIdentity Modifier and Type Method Description booleanIMailHandler. sendUserIdentityConnectedMail(UserContext uc, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl)Sends a mail informing the user profile owner about the connection of a newaccountwith the option to remove the account.booleanIMailHandler. sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl)Sends a mail with a link to remove the given user identity to the primaryUserEmailof the identity's profile. -
Uses of UserIdentity in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type UserIdentity Modifier and Type Method Description booleanMailHandler. sendUserIdentityConnectedMail(UserContext uc, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl)booleanMailHandler. sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl) -
Uses of UserIdentity in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type UserIdentity Modifier and Type Method Description static booleanUserMailUtil. sendUserIdentityConnectedMail(IEntityContext ec, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl)static booleanUserMailUtil. sendUserIdentityRemovalMail(IEntityContext ec, UserIdentity identity, String baseUrl) -
Uses of UserIdentity in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return UserIdentity Modifier and Type Method Description static UserIdentitySecurityProfileHelper. connectAccountBasedOnEmail(org.pac4j.core.profile.UserProfile profile)Connects the user authentication (identity) provided by the given pac4j profile to an existing formcycle user profile account that has the same verified email address as the one provided by the pac4j profile.static UserIdentitySecurityProfileHelper. getNewUserIdentity(org.pac4j.core.profile.UserProfile pac4jProfile) -
Uses of UserIdentity in de.xima.fc.security.interfaces.logic
Methods in de.xima.fc.security.interfaces.logic that return UserIdentity Modifier and Type Method Description UserIdentityIUserIdentityTask. getUserIdentity() -
Uses of UserIdentity in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserIdentity Modifier and Type Method Description static UserIdentityEntityDummyFactory. dummyUserIdentity(SystemAuthenticator auth, String identifier)static UserIdentityEntityDummyFactory. dummyUserIdentity(IClientDescriptor client, String identifier)static UserIdentityEntityDummyFactory. dummyUserIdentity(EAuthClientType type, String identifier) -
Uses of UserIdentity in de.xima.fc.testhelper.security.pac4j
Methods in de.xima.fc.testhelper.security.pac4j with parameters of type UserIdentity Modifier and Type Method Description static DummyProfileBuilderDummyProfileBuilder. newBuilder(UserIdentity identity)
-