Uses of Class
de.xima.fc.entities.IndirectClientAuthorization
Packages that use IndirectClientAuthorization
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of IndirectClientAuthorization in de.xima.fc.api.entity
Subclasses with type arguments of type IndirectClientAuthorization in de.xima.fc.api.entityMethods in de.xima.fc.api.entity that return types with arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionIndirectClientAuthorizationAPI.getAllByIds(UserContext uc, Set<Long> ids) Retrieves all indirect client authorizations with one of the given IDs.IndirectClientAuthorizationAPI.getByAuthenticator(UserContext uc, IAuthenticator<?> auth) Retrieves all indirect client authorizations that use the given authenticator.IndirectClientAuthorizationAPI.getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile userProfile) Returns all indirect client authorizations which match the profile based on the configured filter. -
Uses of IndirectClientAuthorization in de.xima.fc.auth
Methods in de.xima.fc.auth with parameters of type IndirectClientAuthorizationModifier and TypeMethodDescriptionClientAuthorizationHelper.lookupUserEmails(IEntityContext ec, IndirectClientAuthorization authorization) Finds all users that belong to the given user filter (=indirect client authorization), and gets the email address for each found user.static List<UserEmailLookupEntry> ClientAuthorizationHelper.tryLookupUserEmails(IEntityContext ec, IndirectClientAuthorization authorization) Finds all users that belong to the given user filter (=indirect client authorization), and gets the email address for each found user. -
Uses of IndirectClientAuthorization in de.xima.fc.dao.impl
Subclasses with type arguments of type IndirectClientAuthorization in de.xima.fc.dao.implModifier and TypeClassDescriptionclassImplementation of theIIndirectClientAuthorizationDaofor reading and writingIndirectClientAuthorizationentities.Methods in de.xima.fc.dao.impl that return types with arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionIndirectClientAuthorizationDao.getAllByClient(IEntityContext ec, Mandant client) IndirectClientAuthorizationDao.getByUserProfile(IEntityContext ec, org.pac4j.core.profile.UserProfile pac4jProfile) protected IFCDaoActionHook<IndirectClientAuthorization> IndirectClientAuthorizationDao.getPostActionHook()Methods in de.xima.fc.dao.impl with parameters of type IndirectClientAuthorizationModifier and TypeMethodDescriptionIndirectClientAuthorizationDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude) -
Uses of IndirectClientAuthorization in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type IndirectClientAuthorization in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDAO for reading and writingIndirectClientAuthorizationentities.Methods in de.xima.fc.dao.interfaces that return types with arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionIIndirectClientAuthorizationDao.getByUserProfile(IEntityContext ec, org.pac4j.core.profile.UserProfile pac4jProfile) Returns all indirect client authorizations which match the profile based on the configured filter.Methods in de.xima.fc.dao.interfaces with parameters of type IndirectClientAuthorizationModifier and TypeMethodDescriptionIIndirectClientAuthorizationDao.findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude) Returns a name that is not taken by anotherIndirectClientAuthorizationin the given client other than the excluded authorization. -
Uses of IndirectClientAuthorization in de.xima.fc.dao.utils
Classes in de.xima.fc.dao.utils that implement interfaces with type arguments of type IndirectClientAuthorizationModifier and TypeClassDescriptionfinal classPredicate that checks whether aIndirectClientAuthorizationmatches a pre-defined user profile.Methods in de.xima.fc.dao.utils with parameters of type IndirectClientAuthorizationModifier and TypeMethodDescriptionbooleanUserAttributeConditionCheck.test(IndirectClientAuthorization auth) -
Uses of IndirectClientAuthorization in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type IndirectClientAuthorizationMethod parameters in de.xima.fc.entities with type arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionvoidBenutzerGruppe.setIndirectClientAuthorizations(Set<IndirectClientAuthorization> indirectClientAuthorizations) -
Uses of IndirectClientAuthorization in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionUserGroupBean.getIndirectAuthorizationOptions()UserGroupBean.getSelectedIndirectAuthorizations()Methods in de.xima.fc.gui.bean.user with parameters of type IndirectClientAuthorizationModifier and TypeMethodDescriptionvoidClientAuthorizationTestBean.setAuthorization(IndirectClientAuthorization authorization) Method parameters in de.xima.fc.gui.bean.user with type arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionvoidUserGroupBean.setSelectedIndirectAuthorizations(Set<IndirectClientAuthorization> selectedIndirectAuthorizations) -
Uses of IndirectClientAuthorization in de.xima.fc.gui.common.model
Methods in de.xima.fc.gui.common.model with parameters of type IndirectClientAuthorizationModifier and TypeMethodDescriptionstatic ScopeSelectionModelScopeSelectionModel.forIndirectClientAuthorization(IndirectClientAuthorization authorization) -
Uses of IndirectClientAuthorization in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return types with arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionIndirectClientAuthorizationHandler.getAllByIds(UserContext uc, Set<Long> ids) IndirectClientAuthorizationHandler.getByAuthenticator(UserContext uc, IAuthenticator<?> auth) IndirectClientAuthorizationHandler.getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile userProfile) -
Uses of IndirectClientAuthorization in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return types with arguments of type IndirectClientAuthorizationModifier and TypeMethodDescriptionIIndirectClientAuthorizationHandler.getAllByIds(UserContext uc, Set<Long> ids) Retrieves all indirect client authorizations with one of the given IDs.IIndirectClientAuthorizationHandler.getByAuthenticator(UserContext uc, IAuthenticator<?> auth) Retrieves all indirect client authorizations that use the given authenticator.IIndirectClientAuthorizationHandler.getByUserProfile(UserContext uc, org.pac4j.core.profile.UserProfile userProfile) Returns all indirect client authorizations which match the profile based on the configured filter. -
Uses of IndirectClientAuthorization in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return IndirectClientAuthorizationModifier and TypeMethodDescriptionstatic IndirectClientAuthorizationEntityDummyFactory.dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles)