Uses of Class
de.xima.fc.entities.DirectClientAuthorization
- 
Packages that use DirectClientAuthorization 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.gui.bean.user de.xima.fc.gui.bean.workflow de.xima.fc.gui.common.bean.security de.xima.fc.gui.event.entity de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.interfaces.workflow de.xima.fc.mail.utils de.xima.fc.security.helper de.xima.fc.testhelper de.xima.fc.utils Package für Utilsklassende.xima.fc.workflow.designer.bean de.xima.fc.workflow.designer.model de.xima.fc.workflow.processor.logic de.xima.fc.workflow.processor.logic.validation de.xima.fc.workflow.taglib.model  - 
- 
Uses of DirectClientAuthorization in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorizationDirectClientAuthorizationAPI. 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 DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>DirectClientAuthorizationAPI. 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 DirectClientAuthorization Modifier and Type Method Description UserProfileUserProfileAPI. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)Adds the given client authorization to the given profile and accepts it.UserProfileUserProfileAPI. 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
Methods in de.xima.fc.dao.impl that return DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorizationDirectClientAuthorizationDao. getByInvitationUuid(IEntityContext ec, UUID invitationUuid)Methods in de.xima.fc.dao.impl that return types with arguments of type DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>DirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client)List<DirectClientAuthorization>DirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly)protected IFCDaoActionHook<DirectClientAuthorization>DirectClientAuthorizationDao. getPostActionHook()protected IFCDaoActionHook<DirectClientAuthorization>DirectClientAuthorizationDao. getPreActionHook()List<DirectClientAuthorization>DirectClientAuthorizationDao. getUnacceptedClientInvitations(IEntityContext ec, UserProfile userProfile)Methods in de.xima.fc.dao.impl with parameters of type DirectClientAuthorization Modifier and Type Method Description @NotNull UserProfileUserProfileDao. addDirectClientAuthorization(IEntityContext ec, UserProfile userProfile, DirectClientAuthorization authorization) - 
Uses of DirectClientAuthorization in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorizationIDirectClientAuthorizationDao. 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 DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>IDirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client, boolean acceptedOnly)Finds all authorizations for a given client scope.List<DirectClientAuthorization>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 DirectClientAuthorization Modifier and Type Method Description @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 DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorizationUserProfile. getDirectClientAuthorization(Mandant client)Methods in de.xima.fc.entities that return types with arguments of type DirectClientAuthorization Modifier and Type Method Description Set<DirectClientAuthorization>BenutzerGruppe. getDirectClientAuthorizations()List<DirectClientAuthorization>UserProfile. getDirectClientAuthorizations()Methods in de.xima.fc.entities with parameters of type DirectClientAuthorization Modifier and Type Method Description booleanUserProfile. addDirectClientAuthorization(DirectClientAuthorization clientAuthorization)voidBenutzerGruppe. addDirectClientAuthorizations(DirectClientAuthorization directClientAuthorization)booleanUserProfile. removeDirectClientAuthorization(DirectClientAuthorization clientAuthorization)Method parameters in de.xima.fc.entities with type arguments of type DirectClientAuthorization Modifier and Type Method Description voidBenutzerGruppe. setDirectClientAuthorizations(Set<DirectClientAuthorization> directClientAuthorizations)voidUserProfile. setDirectClientAuthorizations(List<DirectClientAuthorization> clientAuthorizations) - 
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 DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>ClientBean. getClientAdminsOfSelected()Methods in de.xima.fc.gui.bean.settings with parameters of type DirectClientAuthorization Modifier and Type Method Description StringClientBean. getInviteLink(DirectClientAuthorization authorization)voidClientBean. 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 DirectClientAuthorization Modifier and Type Method Description Set<DirectClientAuthorization>UserGroupBean. getDirectAuthorizationOptions()Set<DirectClientAuthorization>UserGroupBean. getSelectedDirectAuthorizations()Methods in de.xima.fc.gui.bean.user with parameters of type DirectClientAuthorization Modifier and Type Method Description StringClientAuthorizationBean. 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 DirectClientAuthorization Modifier and Type Method Description voidUserGroupBean. 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 DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>ProcessingBean. 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 DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorizationUserSignupCompletionBean. getAuthorization()Methods in de.xima.fc.gui.common.bean.security that return types with arguments of type DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>UserInvitationsBean. getInvitations()Methods in de.xima.fc.gui.common.bean.security with parameters of type DirectClientAuthorization Modifier and Type Method Description voidUserInvitationsBean. accept(DirectClientAuthorization invitation)voidUserInvitationsBean. decline(DirectClientAuthorization invitation) - 
Uses of DirectClientAuthorization in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type DirectClientAuthorization Constructor Description DirectClientAuthorizationModifiedEvent(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 DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorizationDirectClientAuthorizationHandler. getByInvitationUuid(UserContext uc, UUID invitationUuid)Methods in de.xima.fc.handler.entity that return types with arguments of type DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>DirectClientAuthorizationHandler. getUnacceptedClientInvitations(UserContext uc, UserProfile userProfile)Methods in de.xima.fc.handler.entity with parameters of type DirectClientAuthorization Modifier and Type Method Description UserProfileUserProfileHandler. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)UserProfileUserProfileHandler. 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 DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorizationIDirectClientAuthorizationHandler. 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 DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>IDirectClientAuthorizationHandler. 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 DirectClientAuthorization Modifier and Type Method Description UserProfileIUserProfileHandler. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)Adds the given client authorization to the given profile and accepts it.UserProfileIUserProfileHandler. 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 Modifier and Type Method Description List<DirectClientAuthorization>IWorkflowProvider. getAllDirectClientAuthorizations() - 
Uses of DirectClientAuthorization in de.xima.fc.mail.utils
Methods in de.xima.fc.mail.utils with parameters of type DirectClientAuthorization Modifier and Type Method Description static booleanUserMailUtil. sendUserInvitationMail(IEntityContext ec, DirectClientAuthorization authorization, String baseUrl) - 
Uses of DirectClientAuthorization in de.xima.fc.security.helper
Methods in de.xima.fc.security.helper that return types with arguments of type DirectClientAuthorization Modifier and Type Method Description static List<DirectClientAuthorization>SecurityEntityHelper. getUnacceptedClientInvitations(IUser user)Methods in de.xima.fc.security.helper with parameters of type DirectClientAuthorization Modifier and Type Method Description static 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 DirectClientAuthorization Modifier and Type Method Description static 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 DirectClientAuthorization Modifier and Type Method Description static 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 Modifier and Type Method Description List<DirectClientAuthorization>WorkflowProviderBean. getAllDirectClientAuthorizations() - 
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 DirectClientAuthorization Modifier and Type Method Description List<DirectClientAuthorization>WorkflowRequestContextModel. getDirectClientAuthorizations()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type DirectClientAuthorization Modifier and Type Method Description voidWorkflowRequestContextModel. 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 DirectClientAuthorization Modifier and Type Method Description static 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 Modifier and Type Method Description List<DirectClientAuthorization>ValidationWorkflowProvider. getAllDirectClientAuthorizations() - 
Uses of DirectClientAuthorization in de.xima.fc.workflow.taglib.model
Methods in de.xima.fc.workflow.taglib.model with parameters of type DirectClientAuthorization Modifier and Type Method Description static ClientDirectClientAuthorizationViewClientDirectClientAuthorizationView. forDirectClientAuthorization(DirectClientAuthorization auth) 
 -