Uses of Enum
de.xima.fc.user.access.TenantPermission
Packages that use TenantPermission
-
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)