Uses of Class
de.xima.fc.entities.IndirectClientAuthorization
-
Packages that use IndirectClientAuthorization Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.auth de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.dao.utils de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.user de.xima.fc.gui.common.model de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.testhelper -
-
Uses of IndirectClientAuthorization in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return types with arguments of type IndirectClientAuthorization Modifier and Type Method Description Set<IndirectClientAuthorization>IndirectClientAuthorizationAPI. getAllByIds(UserContext uc, Set<Long> ids)Retrieves all indirect client authorizations with one of the given IDs.List<IndirectClientAuthorization>IndirectClientAuthorizationAPI. getByAuthenticator(UserContext uc, IAuthenticator<?> auth)Retrieves all indirect client authorizations that use the given authenticator.List<IndirectClientAuthorization>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 IndirectClientAuthorization Modifier and Type Method Description static Set<String>ClientAuthorizationHelper. 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
Methods in de.xima.fc.dao.impl that return types with arguments of type IndirectClientAuthorization Modifier and Type Method Description List<IndirectClientAuthorization>IndirectClientAuthorizationDao. getAllByClient(IEntityContext ec, Mandant client)List<IndirectClientAuthorization>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 IndirectClientAuthorization Modifier and Type Method Description StringIndirectClientAuthorizationDao. findUniqueName(IEntityContext ec, Mandant client, String candidate, IndirectClientAuthorization exclude) -
Uses of IndirectClientAuthorization in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type IndirectClientAuthorization Modifier and Type Method Description List<IndirectClientAuthorization>IIndirectClientAuthorizationDao. 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 IndirectClientAuthorization Modifier and Type Method Description StringIIndirectClientAuthorizationDao. 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
Methods in de.xima.fc.dao.utils with parameters of type IndirectClientAuthorization Modifier and Type Method Description booleanUserAttributeConditionCheck. test(IndirectClientAuthorization auth) -
Uses of IndirectClientAuthorization in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type IndirectClientAuthorization Modifier and Type Method Description Set<IndirectClientAuthorization>BenutzerGruppe. getIndirectClientAuthorizations()Method parameters in de.xima.fc.entities with type arguments of type IndirectClientAuthorization Modifier and Type Method Description voidBenutzerGruppe. 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 IndirectClientAuthorization Modifier and Type Method Description Set<IndirectClientAuthorization>UserGroupBean. getIndirectAuthorizationOptions()Set<IndirectClientAuthorization>UserGroupBean. getSelectedIndirectAuthorizations()Methods in de.xima.fc.gui.bean.user with parameters of type IndirectClientAuthorization Modifier and Type Method Description voidClientAuthorizationTestBean. setAuthorization(IndirectClientAuthorization authorization)Method parameters in de.xima.fc.gui.bean.user with type arguments of type IndirectClientAuthorization Modifier and Type Method Description voidUserGroupBean. 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 IndirectClientAuthorization Modifier and Type Method Description static 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 IndirectClientAuthorization Modifier and Type Method Description Set<IndirectClientAuthorization>IndirectClientAuthorizationHandler. getAllByIds(UserContext uc, Set<Long> ids)List<IndirectClientAuthorization>IndirectClientAuthorizationHandler. getByAuthenticator(UserContext uc, IAuthenticator<?> auth)List<IndirectClientAuthorization>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 IndirectClientAuthorization Modifier and Type Method Description Set<IndirectClientAuthorization>IIndirectClientAuthorizationHandler. getAllByIds(UserContext uc, Set<Long> ids)Retrieves all indirect client authorizations with one of the given IDs.List<IndirectClientAuthorization>IIndirectClientAuthorizationHandler. getByAuthenticator(UserContext uc, IAuthenticator<?> auth)Retrieves all indirect client authorizations that use the given authenticator.List<IndirectClientAuthorization>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 IndirectClientAuthorization Modifier and Type Method Description static IndirectClientAuthorizationEntityDummyFactory. dummyIndirectClientAuthorization(IClientDescriptor clientDescriptor, String name, Mandant client, Rolle... roles)
-