Uses of Class
de.xima.fc.license.LicenseAccess
-
Packages that use LicenseAccess Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.auth de.xima.fc.gui.model de.xima.fc.helper Package für konkrete Helperklassende.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes.de.xima.fc.user de.xima.fc.web.common.utils.auth -
-
Uses of LicenseAccess in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity with parameters of type LicenseAccess Modifier and Type Method Description UserAccessBenutzerAPI. getUserAccess(LicenseAccess licenseAccess)Deprecated.Creates an useraccess based on an license access -
Uses of LicenseAccess in de.xima.fc.api.system
Methods in de.xima.fc.api.system that return LicenseAccess Modifier and Type Method Description LicenseAccessLicenseAPI. getLicenseAccess(Mandant client)Gets the license access based on the given client.LicenseAccessLicenseAPI. getSystemLicenseAccess()Gets the access for the system license only! -
Uses of LicenseAccess in de.xima.fc.auth
Methods in de.xima.fc.auth with parameters of type LicenseAccess Modifier and Type Method Description static booleanClientDescriptorHelper. hasLicenseAccess(IClientDescriptor descriptor, LicenseAccess licenseAccess) -
Uses of LicenseAccess in de.xima.fc.gui.model
Constructors in de.xima.fc.gui.model with parameters of type LicenseAccess Constructor Description AccessPropertyEntryModel(EAccessProperty prop, LicenseAccess access, Locale loc) -
Uses of LicenseAccess in de.xima.fc.helper
Methods in de.xima.fc.helper with parameters of type LicenseAccess Modifier and Type Method Description static booleanUserProfileHelper. updateSystemPermissions(UserProfile profile, LicenseAccess licenseAccess)Updates the system permissions of a system admin user profile based on the system license. -
Uses of LicenseAccess in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums with parameters of type LicenseAccess Modifier and Type Method Description booleanELicenseFeature. checkLicense(LicenseAccess licenseAccess)Determines whether this license feature needs to be checked given the license context (LicenseAccess). -
Uses of LicenseAccess in de.xima.fc.user
Methods in de.xima.fc.user that return LicenseAccess Modifier and Type Method Description LicenseAccessUserAccess. getLicenseAccess()Gets the licenseAccessConstructors in de.xima.fc.user with parameters of type LicenseAccess Constructor Description UserAccess(LicenseAccess licenseAccess) -
Uses of LicenseAccess in de.xima.fc.web.common.utils.auth
Methods in de.xima.fc.web.common.utils.auth with parameters of type LicenseAccess Modifier and Type Method Description static booleanAuthHelper. hasAuthClientLicenseAccess(EAuthClientType type, LicenseAccess licenseAccess)
-