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.form.helper de.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 DirectClientAuthorization
DirectClientAuthorizationAPI. 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 UserProfile
UserProfileAPI. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)
Adds the given client authorization to the given profile and accepts it.UserProfile
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
Methods in de.xima.fc.dao.impl that return DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorization
DirectClientAuthorizationDao. 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 UserProfile
UserProfileDao. acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization)
@NotNull UserProfile
UserProfileDao. 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 DirectClientAuthorization
IDirectClientAuthorizationDao. 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 UserProfile
IUserProfileDao. acceptDirectClientAuthorization(IEntityContext ec, UserProfile profile, DirectClientAuthorization authorization)
Adds the given client authorization to the given profile and accepts it.@NotNull UserProfile
IUserProfileDao. 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 DirectClientAuthorization
UserProfile. 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 boolean
UserProfile. addDirectClientAuthorization(DirectClientAuthorization clientAuthorization)
void
BenutzerGruppe. addDirectClientAuthorizations(DirectClientAuthorization directClientAuthorization)
boolean
UserProfile. removeDirectClientAuthorization(DirectClientAuthorization clientAuthorization)
Method parameters in de.xima.fc.entities with type arguments of type DirectClientAuthorization Modifier and Type Method Description void
BenutzerGruppe. setDirectClientAuthorizations(Set<DirectClientAuthorization> directClientAuthorizations)
void
UserProfile. setDirectClientAuthorizations(List<DirectClientAuthorization> clientAuthorizations)
-
Uses of DirectClientAuthorization in de.xima.fc.form.helper
Methods in de.xima.fc.form.helper with parameters of type DirectClientAuthorization Modifier and Type Method Description static String
URLHelper. 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 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 void
ClientBean. removeDirectClientAuthorization(DirectClientAuthorization authorization)
void
ClientBean. 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 String
ClientAuthorizationHelperBean. getInviteLink(DirectClientAuthorization authorization)
void
ClientAuthorizationBean. saveAndSendInvitation(DirectClientAuthorization authorization)
void
ClientAuthorizationBean. sendInvitation(DirectClientAuthorization authorization)
Method parameters in de.xima.fc.gui.bean.user with type arguments of type DirectClientAuthorization Modifier and Type Method Description void
UserGroupBean. 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 DirectClientAuthorization
UserSignupCompletionBean. 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 void
UserInvitationsBean. accept(DirectClientAuthorization invitation)
void
UserInvitationsBean. 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 DirectClientAuthorization
DirectClientAuthorizationHandler. 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 UserProfile
UserProfileHandler. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)
UserProfile
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 DirectClientAuthorization Modifier and Type Method Description DirectClientAuthorization
IDirectClientAuthorizationHandler. 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 UserProfile
IUserProfileHandler. acceptDirectClientAuthorization(UserContext uc, UserProfile profile, DirectClientAuthorization authorization)
Adds the given client authorization to the given profile and accepts it.UserProfile
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 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 boolean
UserMailUtil. sendUserInvitationMail(IEntityContext ec, DirectClientAuthorization authorization)
Sends an invitation mail to anDirectClientAuthorization
.static boolean
UserMailUtil. 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.UserProfile
SecurityProfileHelper. 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 DirectClientAuthorization
EntityDummyFactory. 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 DirectClientAuthorization
UserMgmtUtils. 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 void
WorkflowRequestContextModel. 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 ClientDirectClientAuthorizationView
ClientDirectClientAuthorizationView. forDirectClientAuthorization(DirectClientAuthorization auth)
-