Uses of Enum
de.xima.fc.user.access.TenantPermission
Packages that use TenantPermission
Package
Description
-
Uses of TenantPermission in de.xima.fc.user.access
Subclasses with type arguments of type TenantPermission in de.xima.fc.user.accessMethods in de.xima.fc.user.access that return TenantPermissionModifier and TypeMethodDescriptionstatic TenantPermissionReturns the enum constant of this type with the specified name.static TenantPermission[]TenantPermission.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.user.access with parameters of type TenantPermissionModifier and TypeMethodDescriptionAccessChecker.checkTenantPermission(TenantPermission permission, TenantId tenantId, AuthenticatedUser user) AccessChecker.checkTenantPermission(TenantPermission permission, TenantId of, UserId userId) -
Uses of TenantPermission in de.xima.fc.user.access.rpc
Methods in de.xima.fc.user.access.rpc with parameters of type TenantPermissionModifier and TypeMethodDescriptionRpcAccessChecker.checkTenantPermission(TenantPermission permission, TenantId tenantId, AuthenticatedUser user) RpcAccessChecker.checkTenantPermission(TenantPermission permission, TenantId tenantId, UserId userId) -
Uses of TenantPermission in de.xima.fc.user.ms.impl.access
Methods in de.xima.fc.user.ms.impl.access with parameters of type TenantPermissionModifier and TypeMethodDescriptionMsAccessChecker.checkTenantPermission(TenantPermission permission, TenantId tenantId, AuthenticatedUser user) MsAccessChecker.checkTenantPermission(TenantPermission permission, TenantId tenantId, UserId userId) AccessPropertyMapper.toAccessProperty(TenantPermission permission) AccessPropertyMapperImpl.toAccessProperty(TenantPermission permission)