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 UserIdentity
UserIdentityAPI. getByCallback(UserContext uc, String identifier, String clientName)
Finds the user identity by the given callback information.UserIdentity
UserIdentityAPI. getByRemovalUuid(UserContext uc, UUID removalUuid)
Finds the user identity with the given removal UUID.UserIdentity
UserIdentityAPI. 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 UserIdentity
UserIdentityAPI. getExisting(UserContext uc, UserIdentity identity)
Gets another user identity with the same identifier information (client/identifier) if it exists.boolean
UserIdentityAPI. 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 boolean
MailAPI. 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 newaccount
with the option to remove the account.boolean
MailAPI. sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl)
Sends a mail with a link to remove the given user identity to the primaryUserEmail
of 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 UserIdentity
UserIdentityDao. getByCallback(IEntityContext ec, String identifier, String clientName)
UserIdentity
UserIdentityDao. getByUuid(IEntityContext ec, String uuid)
UserIdentity
UserIdentityDao. getByUuid(IEntityContext ec, UUID uuid)
UserIdentity
UserIdentityDao. 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 void
UserIdentityDao. assertUserIdentity(IEntityContext ec, UserIdentity identity)
Set<de.xima.cmn.dao.interfaces.IEntity<Long>>
UserIdentityDao. getEntityRefs(IEntityContext ec, UserIdentity entity)
UserIdentity
UserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)
boolean
UserIdentityDao. 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 UserIdentity
IUserIdentityDao. getByCallback(IEntityContext ec, String identifier, String clientName)
Finds the user identity by the given callback information.UserIdentity
IUserIdentityDao. getByUuid(IEntityContext ec, String uuid)
Finds the user identity with the given UUID.UserIdentity
IUserIdentityDao. getByUuid(IEntityContext ec, UUID uuid)
Finds the user identity with the given UUID.UserIdentity
IUserIdentityDao. 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 void
IUserIdentityDao. assertUserIdentity(IEntityContext ec, UserIdentity identity)
Checks if the user identity can be persisted (create/update).UserIdentity
IUserIdentityDao. getExisting(IEntityContext ec, UserIdentity identity)
Gets another user identity with the same identifier information (client/identifier) if it exists.boolean
IUserIdentityDao. 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 UserIdentity
UserProfile. 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 boolean
UserProfile. addUserIdentity(UserIdentity identity)
boolean
UserProfile. removeUserIdentity(UserIdentity identity)
Method parameters in de.xima.fc.entities with type arguments of type UserIdentity Modifier and Type Method Description void
UserProfile. 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 boolean
UserIdentityPanelBean. canBeDeleted(UserIdentity identity)
String
UserIdentityPanelBean. getClientDisplayName(UserIdentity identity)
void
UserIdentityPanelBean. removeIdentity(UserIdentity identity, BiConsumer<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> profileUpdatedCallback)
void
UserIdentityPanelBean. 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 UserIdentity
UserIdentityHandler. getByCallback(UserContext uc, String identitfier, String clientName)
UserIdentity
UserIdentityHandler. getByRemovalUuid(UserContext uc, UUID removalUuid)
UserIdentity
UserIdentityHandler. getExisting(UserContext uc, UserIdentity identity)
Methods in de.xima.fc.handler.entity with parameters of type UserIdentity Modifier and Type Method Description UserIdentity
UserIdentityHandler. getExisting(UserContext uc, UserIdentity identity)
boolean
UserIdentityHandler. 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 UserIdentity
IUserIdentityHandler. getByCallback(UserContext uc, String identifier, String clientName)
Finds the user identity by the given callback information.UserIdentity
IUserIdentityHandler. getByRemovalUuid(UserContext uc, UUID removalUuid)
Finds the user identity with the given removal UUID.UserIdentity
IUserIdentityHandler. 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 UserIdentity
IUserIdentityHandler. getExisting(UserContext uc, UserIdentity identity)
Gets another user identity with the same identifier information (client/identifier) if it exists.boolean
IUserIdentityHandler. 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 boolean
IMailHandler. 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 newaccount
with the option to remove the account.boolean
IMailHandler. sendUserIdentityRemovalMail(UserContext uc, UserIdentity identity, String baseUrl)
Sends a mail with a link to remove the given user identity to the primaryUserEmail
of 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 boolean
MailHandler. sendUserIdentityConnectedMail(UserContext uc, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl)
boolean
MailHandler. 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 boolean
UserMailUtil. sendUserIdentityConnectedMail(IEntityContext ec, UserIdentity identity, String connectorEmail, Instant isntant, String remoteAddr, String userAgent, String baseUrl)
static boolean
UserMailUtil. 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 UserIdentity
SecurityProfileHelper. 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 UserIdentity
SecurityProfileHelper. 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 UserIdentity
IUserIdentityTask. getUserIdentity()
-
Uses of UserIdentity in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return UserIdentity Modifier and Type Method Description static UserIdentity
EntityDummyFactory. dummyUserIdentity(SystemAuthenticator auth, String identifier)
static UserIdentity
EntityDummyFactory. dummyUserIdentity(IClientDescriptor client, String identifier)
static UserIdentity
EntityDummyFactory. dummyUserIdentity(IClientDescriptor client, String identifier, UserProfile profile)
static UserIdentity
EntityDummyFactory. 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 DummyProfileBuilder
DummyProfileBuilder. newBuilder(UserIdentity identity)
-