Uses of Class
de.xima.fc.entities.DirectClientAuthorization
Packages that use DirectClientAuthorization
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Package für Utilsklassen
-
Uses of DirectClientAuthorization in de.xima.fc.api.entity
Subclasses with type arguments of type DirectClientAuthorization in de.xima.fc.api.entityModifier and TypeClassDescriptionclassAPI class for reading and writingDirectClientAuthorizationentities.Methods in de.xima.fc.api.entity that return DirectClientAuthorizationModifier and TypeMethodDescriptionDirectClientAuthorizationAPI.getByInvitationUuid(UserContext uc, UUID invitationUuid) Finds the direct client authorization with the given invitation UUID.Methods in de.xima.fc.api.entity that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionDirectClientAuthorizationAPI.getUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) Returns the direct client authorizations for the given user profile that have not yet been accepted.Methods in de.xima.fc.api.entity with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionUserProfileAPI.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.UserProfileAPI.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile. -
Uses of DirectClientAuthorization in de.xima.fc.dao.impl
Subclasses with type arguments of type DirectClientAuthorization in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIDirectClientAuthorizationDaofor reading and writingDirectClientAuthorizationentities.Methods in de.xima.fc.dao.impl that return DirectClientAuthorizationModifier and TypeMethodDescriptionDirectClientAuthorizationDao.getByInvitationUuid(IEntityContext ec, UUID invitationUuid) Methods in de.xima.fc.dao.impl that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionDirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client) DirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly) DirectClientAuthorizationDao.getAllByClientId(IEntityContext ec, long clientId) protected IFCDaoActionHook<DirectClientAuthorization> DirectClientAuthorizationDao.getPostActionHook()protected IFCDaoActionHook<DirectClientAuthorization> DirectClientAuthorizationDao.getPreActionHook()DirectClientAuthorizationDao.getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile) Methods in de.xima.fc.dao.impl with parameters of type DirectClientAuthorizationModifier and TypeMethodDescription@NotNull UserProfileUserProfileDao.acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) @NotNull UserProfileUserProfileDao.addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) -
Uses of DirectClientAuthorization in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type DirectClientAuthorization in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingDirectClientAuthorizationentities.Methods in de.xima.fc.dao.interfaces that return DirectClientAuthorizationModifier and TypeMethodDescriptionIDirectClientAuthorizationDao.getByInvitationUuid(IEntityContext ec, UUID invitationUuid) Finds the direct client authorization with the given invitation UUID.Methods in de.xima.fc.dao.interfaces that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionIDirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly) Finds all authorizations for a given client scope.IDirectClientAuthorizationDao.getAllByClientId(IEntityContext ec, long clientId) Finds all authorizations for client with the given ID.IDirectClientAuthorizationDao.getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile) Returns the direct client authorizations for the given user profile that have not yet been accepted.Methods in de.xima.fc.dao.interfaces with parameters of type DirectClientAuthorizationModifier and TypeMethodDescription@NotNull UserProfileIUserProfileDao.acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.@NotNull UserProfileIUserProfileDao.addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile. -
Uses of DirectClientAuthorization in de.xima.fc.entities
Methods in de.xima.fc.entities that return DirectClientAuthorizationModifier and TypeMethodDescriptionUserProfile.getDirectClientAuthorization(Mandant client) UserProfile.getDirectClientAuthorization(Long clientId) Methods in de.xima.fc.entities that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionBenutzerGruppe.getDirectClientAuthorizations()UserProfile.getDirectClientAuthorizations()Methods in de.xima.fc.entities with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionbooleanUserProfile.addDirectClientAuthorization(DirectClientAuthorization clientAuthorization) voidBenutzerGruppe.addDirectClientAuthorizations(DirectClientAuthorization directClientAuthorization) booleanUserProfile.removeDirectClientAuthorization(DirectClientAuthorization clientAuthorization) Method parameters in de.xima.fc.entities with type arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionvoidBenutzerGruppe.setDirectClientAuthorizations(Set<DirectClientAuthorization> directClientAuthorizations) voidUserProfile.setDirectClientAuthorizations(List<DirectClientAuthorization> clientAuthorizations) -
Uses of DirectClientAuthorization in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionstatic StringURLHelper.getInviteLink(String baseUrl, DirectClientAuthorization authorization) Returns the invitation link for the given client authorization. -
Uses of DirectClientAuthorization in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type DirectClientAuthorizationMethods in de.xima.fc.gui.bean.settings with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionvoidClientBean.removeDirectClientAuthorization(DirectClientAuthorization authorization) voidClientBean.resendInvitation(DirectClientAuthorization authorization) -
Uses of DirectClientAuthorization in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionUserGroupBean.getDirectAuthorizationOptions()UserGroupBean.getSelectedDirectAuthorizations()Methods in de.xima.fc.gui.bean.user with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionClientAuthorizationHelperBean.getInviteLink(DirectClientAuthorization authorization) voidClientAuthorizationBean.saveAndSendInvitation(DirectClientAuthorization authorization) voidClientAuthorizationBean.sendInvitation(DirectClientAuthorization authorization) Method parameters in de.xima.fc.gui.bean.user with type arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionvoidUserGroupBean.setSelectedDirectAuthorizations(Set<DirectClientAuthorization> selectedDirectAuthorizations) -
Uses of DirectClientAuthorization in de.xima.fc.gui.bean.workflow
Methods in de.xima.fc.gui.bean.workflow that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionProcessingBean.getAllDirectClientAuthorization()Deprecated.Returns all direct client authorizations for the given client. -
Uses of DirectClientAuthorization in de.xima.fc.gui.common.bean.security
Methods in de.xima.fc.gui.common.bean.security that return DirectClientAuthorizationMethods in de.xima.fc.gui.common.bean.security that return types with arguments of type DirectClientAuthorizationMethods in de.xima.fc.gui.common.bean.security with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionvoidUserInvitationsBean.accept(DirectClientAuthorization invitation) voidUserInvitationsBean.decline(DirectClientAuthorization invitation) -
Uses of DirectClientAuthorization in de.xima.fc.gui.event.entity
Subclasses with type arguments of type DirectClientAuthorization in de.xima.fc.gui.event.entityModifier and TypeClassDescriptionclassEvent for when an entity was modified, either when it was created, updated, or deleted.Constructors in de.xima.fc.gui.event.entity with parameters of type DirectClientAuthorizationModifierConstructorDescriptionDirectClientAuthorizationModifiedEvent(DirectClientAuthorization entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec) Creates a new entity POJO with the given data. -
Uses of DirectClientAuthorization in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return DirectClientAuthorizationModifier and TypeMethodDescriptionDirectClientAuthorizationHandler.getByInvitationUuid(UserContext uc, UUID invitationUuid) Methods in de.xima.fc.handler.entity that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionDirectClientAuthorizationHandler.getUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) Methods in de.xima.fc.handler.entity with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionUserProfileHandler.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) UserProfileHandler.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) -
Uses of DirectClientAuthorization in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return DirectClientAuthorizationModifier and TypeMethodDescriptionIDirectClientAuthorizationHandler.getByInvitationUuid(UserContext uc, UUID invitationUuid) Finds the direct client authorization with the given invitation UUID.Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionIDirectClientAuthorizationHandler.getUnacceptedClientInvitations(UserContext uc, UserProfile userProfile) Returns the direct client authorizations for the given user profile that have not yet been accepted.Methods in de.xima.fc.handler.interfaces.entity with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionIUserProfileHandler.acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization) Adds the given client authorization to the given profile and accepts it.IUserProfileHandler.addDirectClientAuthorization(UserContext uc, UserProfile userProfile, DirectClientAuthorization authorization) Adds the given client authorizations to the user profile. -
Uses of DirectClientAuthorization in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type DirectClientAuthorization -
Uses of DirectClientAuthorization in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionstatic booleanUserMailUtil.sendUserInvitationMail(IEntityContext ec, DirectClientAuthorization authorization) Sends an invitation mail to anDirectClientAuthorization.static booleanUserMailUtil.sendUserInvitationMail(IEntityContext ec, DirectClientAuthorization authorization, String baseUrl) Deprecated. -
Uses of DirectClientAuthorization in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionstatic List<DirectClientAuthorization> SecurityEntityHelper.getUnacceptedClientInvitations(IUser user) Methods in de.xima.fc.security.helper with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionstatic org.pac4j.core.profile.UserProfileSecurityProfileHelper.getTestUserProfile(DirectClientAuthorization authorization) Creates an anonymous user profile for testing purposes (used in the CLOUD). -
Uses of DirectClientAuthorization in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return DirectClientAuthorizationModifier and TypeMethodDescriptionstatic DirectClientAuthorizationEntityDummyFactory.dummyDirectClientAuthorization(UserProfile profile, Mandant client, boolean accepted, Rolle... roles) -
Uses of DirectClientAuthorization in de.xima.fc.utils
Methods in de.xima.fc.utils that return DirectClientAuthorizationModifier and TypeMethodDescriptionstatic DirectClientAuthorizationUserMgmtUtils.getInvitationClientAuthorizationFromAuthenticationAttribute(org.pac4j.core.profile.UserProfile pac4jProfile) Gets the invitation client authorization if it has been set in the authentication attributes of the given pac4j profile. -
Uses of DirectClientAuthorization in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type DirectClientAuthorization -
Uses of DirectClientAuthorization in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type DirectClientAuthorizationMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.setDirectClientAuthorizations(List<DirectClientAuthorization> directClientAuthorizations) -
Uses of DirectClientAuthorization in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type DirectClientAuthorizationModifier and TypeMethodDescriptionstatic List<DirectClientAuthorization> WorkflowProviderHelper.computeAllDirectClientAuthorizations(IEntityContext ec, Mandant client) -
Uses of DirectClientAuthorization in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type DirectClientAuthorization -
Uses of DirectClientAuthorization in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type DirectClientAuthorizationModifier and TypeMethodDescriptionClientDirectClientAuthorizationView.forDirectClientAuthorization(DirectClientAuthorization auth)
UserMailUtil.sendUserInvitationMail(IEntityContext, DirectClientAuthorization)